Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 981 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 981 Bytes

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.