Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Minty mint command issue #27

Open
praveenLiveroom opened this issue Aug 9, 2021 · 0 comments
Open

Minty mint command issue #27

praveenLiveroom opened this issue Aug 9, 2021 · 0 comments

Comments

@praveenLiveroom
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant