Skip to content

Latest commit

 

History

History

tnft-explorer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TNFT explorer

Frontend for TrueNFT generative NFT

Use this app as reference for making your own collection's website.

⚠️ It is an example project. All keys are stored in ./src/test-deploy-result.json file and accessed to everyone.

🪜 Usage

  • Install all dependencies
  • Make sure local network is running tondev se start
  • Make sure you have deployed your NFT collection and copied test-deploy-result.json
  • Run yarn install
  • Run yarn start
  • Open http://localhost:3000/ in your browser