cryptonative-ch / aqua-interface

🌐 Aqua dApp
https://aquadev.co
GNU Affero General Public License v3.0
11 stars 6 forks source link

Information about a single sale #234

Closed martinkrung closed 3 years ago

martinkrung commented 3 years ago

Because we don't have a CMS and want to stay decentralized we need to do the following to

Screenshot at 2021-06-10 12-44-14.png

  1. define a json structur to render as content #233
  2. test this by loading it locally for every sale and render style for content (The same json file) #235
  3. deposit an example json to IPFS #236
  4. Load file from IPFS by using the generated hash. (Hardcode ipfs hash) #237
  5. Read IPFS hash from smartcontract, needs IPFS hash on sc: https://github.com/cryptonative-ch/mesa-smartcontracts/issues/68 and to read IPFS hash from subgraph
martinkrung commented 3 years ago

We may make this more flexible with a ENS domain:

Screenshot at 2021-06-10 15-40-28.png