Skip to content

[PAGE ISSUE] Build a minting service #195

Open
@tomHsieh85

Description

Hello, I am following this tutorial to create a minting service. however, seems like the https://nft.storage/ is taking long so the minting is not succeeding.

i see error:

mintNFT
src/components/Minter.jsx:33
  30 | setStatus("Blockchain transaction sent, waiting confirmation...");
  31 | 
  32 | // Wait for the transaction to be confirmed, then get the token ID out of the emitted Transfer event.
> 33 | const receipt = await tx.wait();
     | ^  34 | let tokenId = null;
  35 | for (const event of receipt.events) {
  36 |   if (event.event !== 'Transfer') {

I checked my account in the https://nft.storage/files/ and I can see some files are in Queued status.

Does anything need to change in this tuturial?

Thanks,
Tom

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    need/triageNeeds initial labeling and prioritization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      [PAGE ISSUE] Build a minting service · Issue #195 · protocol/nft-website