Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Sambit003/nft-minter-dapp

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.6%
  • HTML 10.6%
  • CSS 6.3%
  • Solidity 4.5%