Dependencies
Ensure you have the following installed:
- Node.js (v16+ recommended)
- Hardhat or Truffle
- MetaMask or NEXI-compatible Wallet
- Solidity Compiler (latest stable version)
Connecting to NEXI RPC
To interact with the NEXI blockchain, configure your wallet and development tools with the correct RPC endpoints:
{
"name": "NEXI Mainnet",
"rpc": "https://rpc.nexi.network",
"chainId": 4243,
"currency": "NEXI",
"explorer": "https://nexiscan.com"
}
Wallet Setup
- Add NEXI to MetaMask manually using the above RPC details.
- Fund your wallet with NEXI for development.