npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
npx hardhat help
REPORT_GAS=true npx hardhat test
npx hardhat coverage
npx hardhat run scripts/deploy.ts
TS_NODE_FILES=true npx ts-node scripts/deploy.ts
npx eslint '**/*.{js,ts}'
npx eslint '**/*.{js,ts}' --fix
npx prettier '**/*.{json,sol,md}' --check
npx prettier '**/*.{json,sol,md}' --write
npx solhint 'contracts/**/*.sol'
npx solhint 'contracts/**/*.sol' --fixrename .env.example to .env, setup necessary environment variables and run below cmds:
npx hardhat run --network ethereum scripts/deploy.ts
npx hardhat run --network bsc scripts/deploy.ts
npx hardhat run --network polygon scripts/deploy.ts
npx hardhat run --network avalanche scripts/deploy.ts
npx hardhat run --network fantom scripts/deploy.ts| Blockchain | Address |
|---|---|
| ethereum | 0x504356d1893813e92b5534627aBa342efE54db69 |
| bsc | 0x504356d1893813e92b5534627aBa342efE54db69 |
| polygon | 0x504356d1893813e92b5534627aBa342efE54db69 |
| avalanche | 0x504356d1893813e92b5534627aBa342efE54db69 |
| fantom | 0x504356d1893813e92b5534627aBa342efE54db69 |