enabledao / enable

Stablecoin loans for borderless peer-to-peer credit
https://www.enable.credit
MIT License
26 stars 8 forks source link

Ethereum-based data reading #24

Closed tspoff closed 5 years ago

tspoff commented 5 years ago

The simplest approaches are web3 subscriptions in front end, and TheGraph. I imagine we'll eventually want a service that handles making queries to data sources for each of our integrations.

Simple Social Staking (our code)

Simple web3 subscription in front-end and filtered events should be fine here

Bloom

However, the Bloom attestation events don't use indexed parameters 😬 They do have good event coverage, TheGraph would work

Crowdloan (our code)

We can design it to have good event coverage.

onggunhao commented 5 years ago

@tspoff TheGraph would be great for this

onggunhao commented 5 years ago

Moved to enable-ui repo https://github.com/enabledao/enable-ui/issues/8