EVM (Ethereum Virtual Machine)
Ethereum Sepolia
11155111
Testnet
Alchemy
Base Sepolia
84532
L2 Testnet
Arbitrum Sepolia
421614
Solana
Devnet
Development
Public RPC
Pre-production
Mainnet-Beta
Production
Custom RPC recommended
Pre-Deployment
Separate deployer keys from runtime wallets
Use allowlisted RPC endpoints
Enable rate limit monitoring
Test on devnet/testnet first
Contract Deployment
Compile with latest Solidity version
Verify contract source code
Document constructor parameters
Record deployment transaction
Post-Deployment
Maintain ledger: network, address, version, commit
Publish addresses for transparency
Set up monitoring
Document ABI for frontend integration
Maintain a ledger of network, contract, address, version, and commit.
network
contract
address
version
commit
Verify contract source where possible and publish addresses.
Last updated 3 months ago