Developer Experience
Arichain is designed to minimize the friction of onboarding for developers by abstracting away the complexity of a multi-VM environment. You don't need to learn new languages, tools, or paradigms. Deploy your existing code as-is while gaining access to the powerful MultiVM ecosystem.
Quick Reference
Network Information
Mainnet RPC:
https://evm-rpc.arichain.network (TBD)Testnet RPC:
https://evm-testnet.arichain.network (TBD)EVM Compatibility: Full Ethereum JSON-RPC API support
SVM Compatibility: Full Solana JSON-RPC API support
Chain ID: TBD
Tooling & Infrastructure
EVM Tools: Hardhat, Foundry, Remix, Truffle work natively
SVM Tools: Anchor, Solana CLI, existing Solana tooling
Wallets: MetaMask, Phantom, and other existing wallets
Explorers: Unified EVM and SVM block explorer interfaces
RPC Reference
EVM JSON-RPC: Standard Ethereum API (
eth_*,net_*,web3_*, etc.)SVM JSON-RPC: Standard Solana API (
getAccountInfo,sendTransaction, etc.)MultiVM SDK: Unified API for cross-VM operations
Get Started
The beauty of Arichain is that you probably already know how to use it. We've designed it to be identical to the blockchain environments you're familiar with, with zero learning curve for existing developers.
For EVM Developers
Your existing Ethereum development workflow works exactly as before. No changes needed to your code, tools, or deployment process.
The internal execution is completely identical to Ethereum. Your contracts run on the same EVM implementation, with the same gas model, same opcodes, and same behavior you expect.
For SVM Developers
Your existing Solana development workflow remains completely unchanged. Programs, accounts, and instructions work identically.
The internal execution uses the same Solana runtime, BPF virtual machine, and account model you're familiar with. Zero differences in behavior.
Last updated

