2127, Testnet chain ID 785 — which means any Hardhat, Foundry, or ethers.js project can target it with minimal configuration. This page shows the minimum setup for each major toolchain.
Hardhat
1
Create a new project
2
Install dependencies
3
Configure hardhat.config.js
4
Create a .env file
5
Deploy
Foundry
1
Install Foundry
2
Create a new project
3
Configure foundry.toml
4
Deploy
Bare ethers.js
For scripts or backend services that don’t need a full framework:EVM version note
Next steps
- Deploy a smart contract — step-by-step Remix tutorial
- Gas fees and transaction lifecycle — understand fee estimation
- Deployment checklist — pre-mainnet verification