Implementing Metadata to ERC721

Hello
Going through the walkthrough found here

successfully launched and have the ability to mint / send over Rinkeby but wondering how to add Metadata to the 721.

I have a JSON prepped and ready / trying to experiment with https://my-json-server.typicode.com/

however a bit lost on how to connect everything

Thanks!

1 Like

Hi @robbiek,

You can either use decentralized metadata (e.g. IPFS) but this comes at a higher cost for minting or you can use a centralized approach.

For the tutorial I just my-json-server but for production you would likely want a more robust approach of having a server for your JSON metadata. Which is not something I have done yet.