wearables-contracts
v1.33.0
Published
Decentraland wereable contracts
Downloads
46
Readme
Decentralanad Collection Contracts
Install
npm i
Tests
Normal
npm run test
Gas report
npm run test:gas-report
Deploy
npx hardhat run --network <network> scripts/deploy/deploy.ts
Available networks:
localhost
. You need to run a local node withnpx hardhat node
deploy
. You must need to export NETWORK with the desired one. E.g:NETWORK=MUMBAI npx hardhat run --network deploy scripts/deploy.ts