interledgerjs / rafiki

An ILP component framework based on Koa
14 stars 9 forks source link

Accounts service backed by kv-storage #55

Open matdehaast opened 5 years ago

matdehaast commented 5 years ago

Implement a peers service that is backed by kv-storage.

Service will need to handle:

May be worth having the balances of an account be under different keys so they can be updated without having to serialise/deserialise the whole accounts object on every balance update.