Skip to content

abdulrauf11/tutorial-thirdweb-nft

Repository files navigation

tutorial-thirdweb-nft

Create an NFT by using JavaScript and the thirdweb SDK.

Install dependencies

Run the following command to install the dependencies:

npm install

Run the scripts

  1. Initialise thirdweb sdk
node 1-init-sdk.js
  1. Deploy a collection using the NftModule
node 2-deploy-collection.js
  1. Mint an NFT
node 3-min-nft.js

Make sure you don't run the scripts (2 and 3) multiple times, otherwise it will deploy the same modules and nfts again.

Tutorial

Read the full tutorial here: https://dev.to/abdulrauf11/how-to-create-a-motherfcking-nft-using-javascript-2foj

About

Minting an NFT using thirdweb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published