Lesson 11 create_metadata.py doesn't work on rinkeby but works on kovan #234
-
Hi, Any guidance on what to check for when running scripts on create_metadata.py and doesn't work on rinkeby but works on kovan? PS C:\Users\chris\Dropbox\00_CODE\NFT-DEMO> brownie run scripts/advanced_collectible/create_metadata.py --network rinkeby NftDemoProject is the active project. Running 'scripts\advanced_collectible\create_metadata.py::main'... PS C:\Users\chris\Dropbox\00_CODE\NFT-DEMO> brownie run scripts/advanced_collectible/create_metadata.py --network kovan NftDemoProject is the active project. Running 'scripts\advanced_collectible\create_metadata.py::main'... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to deploy the contract to rinkeby first!
|
Beta Was this translation helpful? Give feedback.
You need to deploy the contract to rinkeby first!