Developer Hub
Build on Torus Chain
Everything you need to develop, deploy, and manage smart contracts on an EVM-compatible Layer 1 blockchain.
Quick Start
Get Started in Minutes
Connect to Torus Chain using your existing Ethereum development tools. Add the network to MetaMask with the configuration below.
JavaScript — Connect to Torus
const { ethers } = require('ethers');
const provider = new ethers.JsonRpcProvider('https://rpc-v2.toruschain.com');
const blockNumber = await provider.getBlockNumber();
console.log('Current block:', blockNumber);Developer Tools
Powerful Tools for Developers
From contract generation to deployment and interaction — all within your browser.
Deploy
Contract Deployer
Compile and deploy Solidity smart contracts directly from your browser. Supports both Testnet and Mainnet.
Generate
Smart Contract Wizard
Generate production-ready ERC-20, ERC-721, ERC-1155, and Governor contracts with a visual code generator.
Interact
Contract Explorer
Load any contract ABI and interact with read/write functions. Execute transactions and view event logs.