Pod network Pod network
getting-started
  • Welcome to pod
  • Devnet
  • Coming from Ethereum?
    • Execution Model
    • Solidity and EVM
    • JSON-RPC
    • Foundry and Alloy
Core Concepts
  • Protocol Overview ↗
  • Payments don't need Consensus ↗
  • What makes pod fast?
  • Censorship Resistance
  • Gas Pricing ↗
examples
  • Tokens
    • Smart Contract
    • Transfer
    • Events
  • NFTs
    • Smart Contract
    • Minting a token
    • Transfer
  • Auctions
    • Smart contract
    • Submitting a bid
    • Reading bids
  • Voting
    • Voting Contract
    • Interacting with the contract
Building on pod
  • JSON-RPC
    • RPC-API
    • Base URL
    • Common Response Fields
    • Error Handling RPC
    • Ethereum-compatible
    • Pod-specific
    • Security Considerations
    • Resources
  • Solidity SDK
    • SharedCounter
    • OwnedCounter
    • Balance
    • Uint256Set
    • AddressSet
    • requireTimeBefore
    • requireTimeAfter
  • Rust SDK ↗
More Resources
  • Blockchains are not fit for fast auctions. ↗
  • Throughput vs Latency. ↗
Fund wallet
Pod network Pod network