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

Coordinate w/Auryn on how to put these repositories in a single one (used submodule for speed) #10

Closed 0xjjpa closed 3 years ago

auryn-macmillan commented 3 years ago

I think we should keep the contract as a separate repository. One of the beautiful things about Poster is how opinionated it is, which won't be the case if we bundle subgraphs and frontends into the same repo.

0xjjpa commented 3 years ago

Awesome, let's do it. Following-up in #24

auryn-macmillan commented 3 years ago

To this end, we should also put the subgraph in a separate repo to the front-end. That way it's easier for others to use it to build their own front-ends.

0xjjpa commented 3 years ago

Indeed, seems like that's the case already