You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
When I try to mint an NFT through minty mint command, I get the following error
TypeError: Cannot destructure property 'cid' of '(intermediate value)' as it is undefined.
at Minty.createNFTFromAssetData (/home/user/Documents/minty/src/minty.js:127:22)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Command.createNFT (/home/user/Documents/minty/src/index.js:84:17)
at async Promise.all (index 0)
at async main (/home/user/Documents/minty/src/index.js:65:5)
And when I inspect the console where start-local-environment.sh is running, I see the following generated after calling the above
eth] web3_clientVersion
[eth] eth_chainId
[eth] eth_accounts
[eth] eth_blockNumber
eth_chainId (2)
eth_estimateGas
[eth] eth_feeHistory
[eth]
[eth] eth_feeHistory is disabled. It only works with the London hardfork or a later one.
[eth]
[eth] eth_gasPrice
[eth] eth_sendTransaction
[eth] Contract deployment: Minty
[eth] Contract address: 0x5fbdb2315678afecb367f032d93f642f64180aa3
[eth] Transaction: 0xd7ed1772329a418d375ec4c5c8fa4fa6d25e0bb2647f16f0c7c9d1a491f33ecd
[eth] From: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
[eth] Value: 0 ETH
[eth] Gas used: 2669762 of 2669762
[eth] Block #1: 0x5f91168e0c122ddf9c40054dcd94f0f924c819a2098e86bb136aee1801371b36
[eth]
[eth] eth_chainId
[eth] eth_getTransactionByHash
[eth] eth_chainId
[eth] eth_getTransactionReceipt
[ipfs] npx: command not found: go-ipfs
[ipfs] npx go-ipfs daemon exited with code 127
web3_clientVersion (2)
eth_accounts
[eth] eth_chainId
web3_clientVersion (2)
eth_accounts
[eth] eth_chainId
I'm working on localhost. Any guidance is greatly appreciated
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to mint an NFT through minty mint command, I get the following error
And when I inspect the console where start-local-environment.sh is running, I see the following generated after calling the above
I'm working on localhost. Any guidance is greatly appreciated
The text was updated successfully, but these errors were encountered: