Smart Contracts
Deploy EVM and WASM contracts
Deploy both EVM (Solidity) and WASM (ink!) contracts. Same network, unified accounts.
Virtual Machines
EVM - Solidity, Hardhat, MetaMask. Standard Ethereum tools.
WASM - Rust ink! contracts. Complex logic optimization.
| Feature | EVM | WASM |
|---|---|---|
| Language | Solidity | Rust (ink!) |
| Tooling | Hardhat, Remix | cargo-contract |
| Best For | ETH devs, existing contracts | Rust devs, new projects |
Unified Accounts: One address for both VMs (Details)
Network: Chain ID 1961 | RPC: https://rpc.selendra.org | Block Time: 1s
Guides
EVM: Getting Started | Deployment | Security
WASM: Getting Started | ink! Framework | Security
Contribute
Found an issue or want to contribute?
Help us improve this documentation by editing this page on GitHub.
