Skip to content

High-quality and global mobile communication that is available in 190+ countries to every user with any device

Notifications You must be signed in to change notification settings

andresayak/econnect-contracts

Repository files navigation

eSIM Connect contracts

https://econnect.io/

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy_eConnectGov.ts
npx hardhat run scripts/deploy_eConnectNFT.ts
npx hardhat run scripts/deploy_eConnectUtility.ts

Deploy contracts

Testnet

npm run deploy-contracts-testnet

Mainnet

npm run deploy-contracts-mainnet

Verify contracts

npx hardhat verify --network <bsc_testnet|bsc_mainnet> <govAddress> <govName> <govSymbol> <govTotalSupplay>
npx hardhat verify --network <bsc_testnet|bsc_mainnet> <utlAddress> <utlName> <utlSymbol>
npx hardhat verify --network <bsc_testnet|bsc_mainnet> <nftAddress> <nftName> <nftSymbol> <nftBaseUri>

About

High-quality and global mobile communication that is available in 190+ countries to every user with any device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published