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.
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
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.