PREVIEW RELEASE LIVE
SMART CONTRACTS
ON KUSAMA
Ethereum-compatible smart contracts are live on Kusama. Deploy with familiar tools like Remix and Hardhat. Break things. Build the future.
QUICK START
Deploy with Hardhat
# Install dependencies
npm install --save-dev hardhat @nomiclabs/hardhat-ethers ethers
# Configure hardhat.config.js
networks: {
kusama: {
url: "https://kusama-asset-hub-eth-rpc.polkadot.io",
chainId: 420420418
}
}
# Deploy
npx hardhat run scripts/deploy.js --network kusama
NETWORK DETAILS
KUSAMA ENDPOINTS
TOOLS & SUPPORT
Get Help
KNOWN ISSUES
This is a preview release. Some limitations exist while we optimize for full compatibility.
Wallet Compatibility
Some Ethereum wallets may show "Invalid transaction" errors. Use Hardhat for deployment and MetaMask for dApp interaction.
Contract Size Limits
Current compiler produces larger bytecode than typical EVM. We're actively optimizing this.