Skip to main content

⛓️ Blockchain Protocols

Last Updated: 2025-01-19

Core blockchain protocols and their development frameworks.

Ethereum Ethereum

  • Type: Smart Contract Platform
  • Documentation: ethereum.org/developers
  • Networks:
    • Mainnet: chainId: 1
    • Goerli: chainId: 5
    • Sepolia: chainId: 11155111
  • Key Tools:
    • Hardhat: Development environment
    • Foundry: Fast testing framework
    • Remix: Online IDE
    • Web3.js/Ethers.js: JavaScript libraries

Base Base

  • Type: Ethereum L2 (Optimistic Rollup)
  • Documentation: docs.base.org
  • Networks:
    • Mainnet: chainId: 8453
      • RPC: https://mainnet.base.org
      • Explorer: https://basescan.org
    • Goerli: chainId: 84531
      • RPC: https://goerli.base.org
      • Explorer: https://goerli.basescan.org
    • Sepolia: chainId: 84532
      • RPC: https://sepolia.base.org
      • Explorer: https://sepolia.basescan.org
  • Key Tools:
    • Base Bridge
    • Base Paymaster
    • Standard Ethereum tools

Arbitrum Arbitrum

  • Type: Ethereum L2 (Optimistic Rollup)
  • Documentation: docs.arbitrum.io
  • Networks:
    • Arbitrum One: chainId: 42161
      • RPC: https://arb1.arbitrum.io/rpc
      • Explorer: https://arbiscan.io
    • Arbitrum Nova: chainId: 42170
      • RPC: https://nova.arbitrum.io/rpc
      • Explorer: https://nova.arbiscan.io
    • Goerli: chainId: 421613
      • RPC: https://goerli-rollup.arbitrum.io/rpc
      • Explorer: https://goerli.arbiscan.io
    • Sepolia: chainId: 421614
      • RPC: https://sepolia-rollup.arbitrum.io/rpc
      • Explorer: https://sepolia.arbiscan.io
  • Key Tools:
    • Arbitrum Bridge
    • Arbitrum Nitro
    • Standard Ethereum tools

Solana Solana

  • Documentation: docs.solana.com
  • Networks:
    • Mainnet: https://api.mainnet-beta.solana.com
    • Testnet: https://api.testnet.solana.com
    • Devnet: https://api.devnet.solana.com
  • Key Tools:
    • Anchor: Development framework
    • Seahorse: Python for Solana
    • Solana CLI: Command line tools
    • Web3.js: JavaScript SDK

Sui Sui

  • Documentation: docs.sui.io
  • Networks:
    • Mainnet: https://fullnode.mainnet.sui.io:443
    • Testnet: https://fullnode.testnet.sui.io:443
    • Devnet: https://fullnode.devnet.sui.io:443
  • Key Features:
    • Move language
    • Parallel execution
    • Object-centric model
  • Tools:
    • Sui CLI
    • Move VS Code extension
    • Sui TypeScript SDK

Cosmos Cosmos

  • Documentation: docs.cosmos.network
  • Networks:
    • Mainnet: https://rpc.cosmos.network:443
    • Testnet: https://rpc.testnet.cosmos.network:443
  • Key Features:
    • IBC protocol
    • Tendermint consensus
    • CosmWasm smart contracts
  • Tools:
    • Ignite CLI
    • Cosmos SDK
    • Keplr wallet integration