Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PAGE ISSUE] Build a minting service #195

Open
tomHsieh85 opened this issue Jan 26, 2022 · 0 comments
Open

[PAGE ISSUE] Build a minting service #195

tomHsieh85 opened this issue Jan 26, 2022 · 0 comments
Labels
need/triage Needs initial labeling and prioritization

Comments

@tomHsieh85
Copy link

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

@tomHsieh85 tomHsieh85 added the need/triage Needs initial labeling and prioritization label Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
Development

No branches or pull requests

1 participant