2022-02-11
2835
#blockchain
Atharva Deosthale
92448
Feb 11, 2022 ⋅ 10 min read

Create your own NFT minter using Moralis, Solidity, and Next.js

Atharva Deosthale Web Developer and Designer | JavaScript = ❤ | MERN Stack Developer

Recent posts:

typescript enums

TypeScript enums: Usage, advantages, and best practices

Learn how TypeScript enums work, the difference between numeric and string enums, and when to use enums vs. other alternatives.

Clara Ekekenta
Mar 14, 2025 ⋅ 7 min read
how to handle react-scripts in a fast-changing React landscape

How to handle react-scripts in a fast-changing React landscape

Review the basics of react-scripts, its functionality, status in the React ecosystem, and alternatives for modern React development.

Ibrahima Ndaw
Mar 13, 2025 ⋅ 9 min read
how to delete local and remote branches in Git

How to delete local and remote branches in Git

Explore the fundamental commands for deleting local and remote branches in Git, and discover more advanced branch management techniques.

Timonwa Akintokun
Mar 13, 2025 ⋅ 7 min read

The complete guide to the AbortController API

Check out a complete guide on how to use the AbortController and AbortSignal APIs in both your backend and frontend.

Joseph Mawa
Mar 12, 2025 ⋅ 9 min read
View all posts

One Reply to "Create your own NFT minter using Moralis, Solidity, and Next.js"

  1. Hi? Brother! Am getting this error in the console when i run your code. TypeError: contract.methods.mint is not a function
    at _callee$ (index.js?6d8e:53:53)
    at tryCatch (runtime.js?ecd4:45:16)
    at Generator.invoke [as _invoke] (runtime.js?ecd4:274:1)
    at Generator.prototype. [as next] (runtime.js?ecd4:97:1)
    at asyncGeneratorStep (index.js?6d8e:1:1)
    at _next (index.js?6d8e:1:1)

Leave a Reply