Getline-Network / getline

Distributed P2P Lending System
https://getline.in
Apache License 2.0
9 stars 6 forks source link

Serve loan index from Metabackend. #17

Closed q3k closed 6 years ago

q3k commented 6 years ago

This is the first iteration of this functionality.

We can currently index a loan, and then query this index by different fields. Additionally, blockchain constants (loan creation parameters are ceched).

We do not return loan state, whether this functionality should be implemented in the metabackend is to be decided.

To do: