8000 GitHub - wheatj/NFT-Minting-Dapp: NFT Minting Demo Application for Developer Workshops
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wheatj/NFT-Minting-Dapp

 
 

Repository files navigation

Shardeum NFT Minter Dapp

This is an overview of a NFT minting dapp on Shardeum.

result

Tech Stack Used

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

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/SamarthSaxena10/NFT-Minting-Dapp
  1. Install dependencies
npm install
  1. In .env and add the values
PRIVATE_KEY= ""
  1. Compile and Deploy the Contract
npx hardhat compile

npx hardhat run scripts/deploy.js --network sphinx
  1. Add the contract address in connectWallet.js
const contractAddress = "";
  1. Generate API keys from Pinata and add them in ipfsUploader.js
const pinataApiKey = "";
const pinataSecretApiKey = "";
  1. Run the app
npm start

About

NFT Minting Demo Application for Developer Workshops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.3%
  • HTML 9.8%
  • CSS 5.8%
  • Solidity 4.1%
0