Selendra

Documentation

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.

FeatureEVMWASM
LanguageSolidityRust (ink!)
ToolingHardhat, Remixcargo-contract
Best ForETH devs, existing contractsRust 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.

Edit this page on GitHub