Create an NFT by using JavaScript and the thirdweb SDK.
Run the following command to install the dependencies:
npm install
- Initialise thirdweb sdk
node 1-init-sdk.js
- Deploy a collection using the NftModule
node 2-deploy-collection.js
- 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.
Read the full tutorial here: https://dev.to/abdulrauf11/how-to-create-a-motherfcking-nft-using-javascript-2foj