Developer Resources
Essential tools and information for building on KalyChain.
RPC Endpoints
| Network | Type | URL | Chain ID |
|---|---|---|---|
| Mainnet | HTTP | https://rpc.kalychain.io/rpc | 3888 |
| Mainnet | WSS | wss://rpc.kalychain.io | 3888 |
| Testnet | HTTP | https://testnetrpc.kalychain.io/rpc | 3889 |
| Testnet | WSS | wss://testnetrpc.kalychain.io | 3889 |
Explorers
- Mainnet: https://kalyscan.io
- Testnet: https://testnet.kalyscan.io
Faucet
- Testnet Faucet: https://faucet.kalychain.io
Tooling Compatibility
KalyChain is fully compatible with standard EVM developer tools:
- Hardhat: Use standard configuration with KalyChain RPCs
- Foundry: Fully supported
- Remix IDE: Connect via "Injected Provider - MetaMask"
- Ethers.js / Web3.js: Standard implementation
Verification
Contracts can be verified on the block explorer using the standard API or direct source code upload.
Need Help?
Join our Discord developer channel for support.