justinmoon / junction

UI For Using Hardware Wallets With Bitcoin Core
MIT License
60 stars 13 forks source link

(WIP) API backend + unittests #25

Closed justinmoon closed 5 years ago

justinmoon commented 5 years ago

This change adds some some basic REST-like API routes to:

It also saves all files (settings and wallets) to ~/.junction instead of repo directory.

Some unittests were added to test:

Not deleting the old flask app yet until this and react frontend get merged and reach feature-parity.

@wbobeirne the best way to review this would be to meet up and negotiate how exactly we'd like frontend and backend to be combined.

wbobeirne commented 5 years ago

All of this work is on develop now 👍