dcgtc / dgrants

Decentralized Grant platform that implements quadratic funding.
GNU Affero General Public License v3.0
84 stars 39 forks source link

Create a dgrants-js library #482

Open apbendi opened 2 years ago

apbendi commented 2 years ago

Currently, all protocol interactions are simply implemented in the frontend. In the long run, we'll want to provide better developer tools, such as a library that abstracts over protocol interactions and implements protocol standards. Other developers could use dgrants-js to build their own clients, backends, etc....

This tasks is simply to set up the dgrants-js library as another sub-project in this monorepo. It should be imported and configured by the app, and any simple low-hanging fruit can be extracted from the frontend and implemented internally instead.

Moving forward: