Skip to content

This application mints nfts which is used for accessing documents in a separate decentralised dropbox.

Notifications You must be signed in to change notification settings

rahulRoy123-rvce/NFT_cards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT based Document verification

How to run this project locally

  1. git clone the repository on your local system.
  2. On the root directory run the command :
 npm install
  1. cd to the frontend folder and run the same command as step-2
  2. To run the Vite server run the command :
 npm run dev

Some hardhat commands :

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

About

This application mints nfts which is used for accessing documents in a separate decentralised dropbox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.8%
  • Solidity 21.9%
  • CSS 12.8%
  • HTML 2.5%