mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-07-31 12:02:07 +00:00
Add scripts for ERC721 token interaction (#203)
This commit is contained in:
parent
45111e68ac
commit
74747ce49a
@ -20,7 +20,7 @@ export default {
|
|||||||
solidity: '0.8.0',
|
solidity: '0.8.0',
|
||||||
networks: {
|
networks: {
|
||||||
docker: {
|
docker: {
|
||||||
url: 'http://dapptools:8545'
|
url: 'http://geth:8545'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
paths: {
|
paths: {
|
||||||
|
@ -25,9 +25,13 @@
|
|||||||
"inspect-cid": "DEBUG=vulcanize:* ts-node src/cli/inspect-cid.ts",
|
"inspect-cid": "DEBUG=vulcanize:* ts-node src/cli/inspect-cid.ts",
|
||||||
"index-block": "DEBUG=vulcanize:* ts-node src/cli/index-block.ts",
|
"index-block": "DEBUG=vulcanize:* ts-node src/cli/index-block.ts",
|
||||||
"nft:deploy": "hardhat --network localhost nft-deploy",
|
"nft:deploy": "hardhat --network localhost nft-deploy",
|
||||||
|
"nft:deploy:docker": "hardhat --network docker nft-deploy",
|
||||||
"nft:mint": "hardhat --network localhost nft-mint",
|
"nft:mint": "hardhat --network localhost nft-mint",
|
||||||
|
"nft:mint:docker": "hardhat --network docker nft-mint",
|
||||||
"nft:transfer": "hardhat --network localhost nft-transfer",
|
"nft:transfer": "hardhat --network localhost nft-transfer",
|
||||||
|
"nft:transfer:docker": "hardhat --network docker nft-transfer",
|
||||||
"block:latest": "hardhat --network localhost block-latest",
|
"block:latest": "hardhat --network localhost block-latest",
|
||||||
|
"block:latest:docker": "hardhat --network docker block-latest",
|
||||||
"account": "hardhat --network localhost account"
|
"account": "hardhat --network localhost account"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user