Skip to content

DeltaVThrust-NFT/signature-minting

 
 

Repository files navigation

Signature Minting

This repository looks at how you can authorize a user to mint in real time through your back-end infrastructure.

This repository is associated to a guide on the thirdweb blog.

Setting up the project

Clone this repository and install the dependencies:

# npm
npm install

# yarn
yarn

Navigate to const/yourDetails.js and update the values with your own details.

Check out .env.example and create necessary environment variables in .env.local.

To run the development server, run the following command:

# npm
npm run dev

# yarn
yarn dev

Conclusion

If you have any questions, feel free to join our Discord server or create a ticket on our support dashboard. If you have any feedback related to thirdweb, feel free to leave it in our feedback board.

About

Authorize users to mint on your NFT collection using a backend infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.7%
  • CSS 37.3%