⛓️ Blockchain Protocols
Last Updated: 2025-01-19
Core blockchain protocols and their development frameworks.
Ethereum
- Type: Smart Contract Platform
- Documentation: ethereum.org/developers
- Networks:
- Mainnet:
chainId: 1
- Goerli:
chainId: 5
- Sepolia:
chainId: 11155111
- Mainnet:
- Key Tools:
- Hardhat: Development environment
- Foundry: Fast testing framework
- Remix: Online IDE
- Web3.js/Ethers.js: JavaScript libraries
Base
- Type: Ethereum L2 (Optimistic Rollup)
- Documentation: docs.base.org
- Networks:
- Mainnet:
chainId: 8453
- RPC:
https://mainnet.base.org
- Explorer:
https://basescan.org
- RPC:
- Goerli:
chainId: 84531
- RPC:
https://goerli.base.org
- Explorer:
https://goerli.basescan.org
- RPC:
- Sepolia:
chainId: 84532
- RPC:
https://sepolia.base.org
- Explorer:
https://sepolia.basescan.org
- RPC:
- Mainnet:
- Key Tools:
- Base Bridge
- Base Paymaster
- Standard Ethereum tools
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
- RPC:
- Arbitrum Nova:
chainId: 42170
- RPC:
https://nova.arbitrum.io/rpc
- Explorer:
https://nova.arbiscan.io
- RPC:
- Goerli:
chainId: 421613
- RPC:
https://goerli-rollup.arbitrum.io/rpc
- Explorer:
https://goerli.arbiscan.io
- RPC:
- Sepolia:
chainId: 421614
- RPC:
https://sepolia-rollup.arbitrum.io/rpc
- Explorer:
https://sepolia.arbiscan.io
- RPC:
- Arbitrum One:
- Key Tools:
- Arbitrum Bridge
- Arbitrum Nitro
- Standard Ethereum tools
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
- Mainnet:
- Key Tools:
- Anchor: Development framework
- Seahorse: Python for Solana
- Solana CLI: Command line tools
- Web3.js: JavaScript SDK
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
- Mainnet:
- Key Features:
- Move language
- Parallel execution
- Object-centric model
- Tools:
- Sui CLI
- Move VS Code extension
- Sui TypeScript SDK
Cosmos
- Documentation: docs.cosmos.network
- Networks:
- Mainnet:
https://rpc.cosmos.network:443
- Testnet:
https://rpc.testnet.cosmos.network:443
- Mainnet:
- Key Features:
- IBC protocol
- Tendermint consensus
- CosmWasm smart contracts
- Tools:
- Ignite CLI
- Cosmos SDK
- Keplr wallet integration