1.0.4 • Published 3 years ago
@vmeta-lab/vmeta-contracts v1.0.4
Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
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
npx hardhat run --network <your-network> 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' --fix
# contract verification
npx hardhat verify --network mumbai DEPLOYED_CONTRACT_ADDRESS OPTIONAL_CONTRUCTOR_ARGS
Deployed contracts
Mumbai
- VmetaERC721:
- ProxyAdmin:
0x4Ba800a6330fE2b1e7c6136044B513F8348794c0
- Proxy:
0xD60401F5117227d559ea7eA2f922CfCdF221d10c
- Impl:
0x2A5CaE5835def7DFF138d94F54a8006eA968E189
- ProxyAdmin: