onPoster / app

A decentralized web application for interacting with ERC-3722 – Poster.
https://poster-app.on.fleek.co/
GNU General Public License v3.0
16 stars 6 forks source link

Encode posts with standard json format #18

Open auryn-macmillan opened 3 years ago

auryn-macmillan commented 3 years ago

Currently, the app just posts whatever string the user inputs. We should encode them using the json format defined in the Ethereum Magicians post. The subgraph should parse the json string.

Tasks

Notes

The equivalent task requires the respective subgraph modification as described in ETHPoster/subgraph#2