LIT Protocol: Create a MintLIT NFT with LIT Protocol and IPFS
Learn how to create a MintLIT NFT with LIT Protocol and IPFS.
What is LIT Protocol?
1. Start by downloading the following dependencies:
2. Next, clone the MintLIT GitHub repository, then install the dependencies needed:
3. Next, open the src/Mint.js file. Replace lines 191-203 with the following content:
src/Mint.js file. Replace lines 191-203 with the following content:

4. While still in the src/Mint.js file, replace line 211 with the following:
src/Mint.js file, replace line 211 with the following:

5. Next, save this src/Mint.js file. Then, build your app with the following commands:
src/Mint.js file. Then, build your app with the following commands:6. The following app will open at localhost:3000:
localhost:3000:
7. Select ‘Click to Upload’, then enter an NFT Title, Description, and select the ‘Mumbai’ blockchain network.


8. Then select ‘Submit’. You will be prompted to connect your cryptowallet to the app.

9. Switch to the Polygon Mumbai network, then authorize the transaction to mint the NFT.


10. The MintLIT app will reflect the minting status of your NFT:

Last updated