Skip to content

VolcanoNFT metadata image uploaded on a Node Express App

License

Notifications You must be signed in to change notification settings

binghy/VolcanoNFT_metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Mirrored from Volcano NFT to create a Node Express app and store VolcanoNFT image metadata

Three options to store metadata (source: freeCodeCamp):

  • Store the information on-chain. In other words, extend your ERC-721 and store the metadata on the blockchain, which can be costly. (TO DO)
  • Use IPFS (TO DO)
  • Have your API return the JSON file. Use Node js for the API and ngrok npm package to share your local server by tunneling. DONE

Advertisement: To retrieve the json file where the metadata are stored, ngrok must be runned (eventually on request). A random URL is dynamically created everty time the app is running. Custom domains are available only by submitting a commercial plan.
The json file retrieved shows the following values (associated to VolcanoNFT):
{
"name":"Volcano NFT metadata #1",
"description":"Sample metadata API",
"image":"https://volcano-nft.onrender.com/1.png"
}

About

VolcanoNFT metadata image uploaded on a Node Express App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •