skycoin / services

Incubator repo for various services
16 stars 25 forks source link

Create multiple implementations of the wallet interface #29

Open sKudryashov opened 6 years ago

sKudryashov commented 6 years ago

Preface: The "wallet API" is a multi-token API. It has one interface that exports a few functions. Then there are multiple implementations of the interface for individual coins:

Issue: For bitcoin create multiple implementations of the interface so we have a list of

One implementation for bitcoin uses the "scanning wallet" (but has to connect to a bctd node) one uses blockchain.info api, etc

The command line tool can call the json http request directly, on the running server

The "wallet api" only needs to support bitcoin and skycoin for now (two coins) and one or two implementation for bitcoin (scanning wallet and querying blockchain.info)

nutmix commented 6 years ago

@sKudryashov Hi, the sigma team would like to take this task. How do we contact you to clarify the requirements?

sKudryashov commented 6 years ago

Hi, @nutmix, I have already started working on it. Not sure how to mark it as "in progress" in this issue tracker though.

gz-c commented 6 years ago

I assigned it to @sKudryashov