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:

How to display notification badges on PWAs using the Badging API

Ding! You got a notification, but does it cause a little bump of dopamine or a slow drag of cortisol? […]

Chigozie Oduah
Sep 13, 2024 ⋅ 4 min read
JWT Authentication: Best Practices And When To Use It

JWT authentication: Best practices and when to use it

A guide for using JWT authentication to prevent basic security issues while understanding the shortcomings of JWTs.

Flavio Copes
Sep 12, 2024 ⋅ 5 min read

Auth.js adoption guide: Overview, examples, and alternatives

Auth.js makes adding authentication to web apps easier and more secure. Let’s discuss why you should use it in your projects.

Clara Ekekenta
Sep 12, 2024 ⋅ 10 min read
Lucia Auth: An Auth.js Alternative For Next.js Authentication

Lucia Auth: An Auth.js alternative for Next.js authentication

Compare Auth.js and Lucia Auth for Next.js authentication, exploring their features, session management differences, and design paradigms.

Paul Akinyemi
Sep 12, 2024 ⋅ 4 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