Blockchain Support
समर्थित EVM chains और 256 Blocks के माध्यम से उन्हें कैसे access करें
256 Blocks एक unified API के माध्यम से कई EVM-संगत blockchains तक access प्रदान करता है। सभी chains mainnet और testnet दोनों environments को support करती हैं।
समर्थित Chains
| Chain | Mainnet | Testnet |
|---|---|---|
| Ethereum | /ethereum | /ethereum-testnet (sepolia) |
| Base | /base | /base-testnet (sepolia) |
| Arbitrum One | /arbitrum | /arbitrum-testnet (sepolia) |
| Optimism | /optimism | /optimism-testnet (sepolia) |
| Polygon PoS | /polygon | /polygon-testnet (amoy) |
| BNB Smart Chain | /bsc | /bsc-testnet |
RPC URLs
प्रत्येक endpoint के लिए जो आप बनाते हैं, पूर्ण RPC URLs generate किए जाते हैं। अपने RPC URLs देखने के लिए:
- Endpoints पृष्ठ पर जाएं
- एक endpoint चुनें
- RPC URLs section प्रत्येक chain के लिए पूर्ण URL दिखाता है
URLs इस format का पालन करते हैं:
https://rpc.256blocks.com/{endpoint-key}/{chain-path}
उदाहरण के लिए, Ethereum mainnet को access करने के लिए:
https://rpc.256blocks.com/abc123/ethereum
SDKs के साथ Integrating
256 Blocks RPC endpoints किसी भी Ethereum-संगत SDK के साथ काम करते हैं। विस्तृत गाइड के लिए Integrations देखें:
- ethers.js
- viem
- web3.js
- wagmi
- MCP clients