Deploying on InitVerse Chain
Setting Up Your Development Environment
InitVerse Mainnet: {
provider: () => new HDWalletProvider(mnemonic, 'https://rpc-mainnet.inichain.com'),
network_id: 7233,
},
},
InitVerse genesis testnet: {
provider: () => new HDWalletProvider(mnemonic, 'https://rpc-testnet.inichain.com'),
network_id: 7234,
}How to Get Users to Join Your InitVerse Chain DApp
Automatically Add the INI Network to Users' Wallets
Last updated