chuckbergeron / etherplate

🔗 Use this to make your next Ethereum DApp w/ React (& Router), Redux, Bulma & OpenZeppelin ERC721
https://chuckbergeron.io
Other
78 stars 34 forks source link

Deploy etherplate contracts to rinkeby #2

Closed dfinzer closed 6 years ago

dfinzer commented 6 years ago

Hey @chuckbergeron ! Loving this project. Would love to get your Netlify deployment to work with Rinkeby, so we can test out the OpenSea interoperability you eluded to 😄

chuckbergeron commented 6 years ago

👍 Definitely, let's get this up on Rinkeby!

However, the tokenURI functionality hasn't been built into the contract yet (as per the OpenSea docs here: https://opensea.readme.io/docs/1-structuring-your-smart-contract) so any developers using Etherplate as a starter will currently need to add that to their contract, and set up a server that responds to those URIs with the necessary JSON.