Sambit003 / nft-minter-dapp

Home Page:https://shardeum-mintnft.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shardeum NFT Minter Dapp Example

This is an example of a NFT minter dapp on Shardeum.

Tech Stack Used

  • React
  • Ethers
  • Hardhat
  • Solidity
  • Hardhat
  • Pinata
  • Material UI

Features

  • Connect Wallet & See Wallet address & balance
  • Upload Images/Jpeg/Videos directly to IPFS before minting
  • Mint on Shardeum Testnet
  • Intuitive UI statuses for minting

How to run

  1. Clone the repo
git clone https://github.com/skundu42/nft-minter-dapp.git 
  1. Install dependencies
npm install 
  1. Rename .env.example file to .env and add the values
YOUR_PINATA_API_KEY=
YOUR_PINATA_API_SECRET=
privatekey= 
  1. Run the app
npm start

Feel free to clone and modify the code as you wish. If you wish to contribute, please open a PR.

About

https://shardeum-mintnft.vercel.app


Languages

Language:JavaScript 78.7%Language:HTML 10.6%Language:CSS 6.3%Language:Solidity 4.5%