-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I created my action house using
npx create-next-app nft-demo -e https://github.com/ourzora/create-auction-house
I specified my Rinkeby Metamask walled it as NEXT_PUBLIC_TESTNET_CONTRACTS.
Then I tried to generate an NFT with your "lucian" Python3 script, but nothing appeared in my auction house.
Can you help me figure out what the problem is?
I'm new to Zora.
This is the log:
$ python3 ./lucian.py
/home/francesco/.local/lib/python3.8/site-packages/urllib3/connectionpool.py:1013: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.pinata.cloud'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
/home/francesco/.local/lib/python3.8/site-packages/urllib3/connectionpool.py:1013: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.pinata.cloud'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
warnings.warn(
https://ipfs.io/ipfs/QmQ8GtSTkujZSms8555oDnLJLnJndNWMBVZPvEXdvigumV
https://ipfs.io/ipfs/QmZsfmyDZzS6pg1VYA7BmPAMFev9iGnQJgVAkYW85YTMM5
b';\x92<\xeed\xce\x1f\xd7\xff\xea\x93T\xfe\xc8\xcd\xc8\xdbg\x9f\xaa\x1c<D\xadz\xdf\xd8\x08\x85WJz'
b'\xb7\x7f\x9a\xbd\x19BR8\xe6\xc5\xde\x16\xc7\xc6\x10y\x94f\xe8\xcfz_\xe9\x97\xb0D_$\xda\xc6\xdc\xec'
{'tokenURI': 'https://ipfs.io/ipfs/QmQ8GtSTkujZSms8555oDnLJLnJndNWMBVZPvEXdvigumV', 'metadataURI': 'https://ipfs.io/ipfs/QmZsfmyDZzS6pg1VYA7BmPAMFev9iGnQJgVAkYW85YTMM5', 'contentHash': b';\x92<\xeed\xce\x1f\xd7\xff\xea\x93T\xfe\xc8\xcd\xc8\xdbg\x9f\xaa\x1c<D\xadz\xdf\xd8\x08\x85WJz', 'metadataHash': b'\xb7\x7f\x9a\xbd\x19BR8\xe6\xc5\xde\x16\xc7\xc6\x10y\x94f\xe8\xcfz_\xe9\x97\xb0D_$\xda\xc6\xdc\xec'}
{'prevOwner': {'value': 0}, 'creator': {'value': 0}, 'owner': {'value': 100000000000000000000}}
25632
b'iz\x1fRI\x0f\xe5\n\x8b\xc3\xd1\x84^\x0e-\x96\x9e\x16\x8d\x8f\xbf\xaaPFzh=\xb3\xca?\x0b\xcc'
AttributeDict({'blockHash': HexBytes('0x26693c3baf516e8e9032b143f175af9de097b1072e240b0f3accdf60ad2e644c'), 'blockNumber': 10159578, 'contractAddress': None, 'cumulativeGasUsed': 2431230, 'effectiveGasPrice': '0x4190aaf3', 'from': '0x7787601069A2f8dDc7401d4618492272891ccaEE', 'gasUsed': 25632, 'logs': [], 'logsBloom': HexBytes('0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'), 'status': 1, 'to': '0x7787601069A2f8dDc7401d4618492272891ccaEE', 'transactionHash': HexBytes('0x697a1f52490fe50a8bc3d1845e0e2d969e168d8fbfaa50467a683db3ca3f0bcc'), 'transactionIndex': 17, 'type': '0x0'})
Metadata
Metadata
Assignees
Labels
No labels