Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 811 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 811 Bytes

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>