No description
Find a file
Daniel Krol 2fbcf6ee6d Get/Post WalletState, account recover, test client
A few things at once because it was faster to get a demo out the door. Skipping most test implementation though I made failing stubs so I know what to fill in later.

* Get/Post WalletState
* downloadKey/email so that a second client can log in, and/or recover from lost client
* Test client in Python to demonstrate the above
* Organize into packages
2022-01-04 16:07:23 -05:00
auth Get/Post WalletState, account recover, test client 2022-01-04 16:07:23 -05:00
server Get/Post WalletState, account recover, test client 2022-01-04 16:07:23 -05:00
store Get/Post WalletState, account recover, test client 2022-01-04 16:07:23 -05:00
test_client Get/Post WalletState, account recover, test client 2022-01-04 16:07:23 -05:00
wallet Get/Post WalletState, account recover, test client 2022-01-04 16:07:23 -05:00
go.mod Implement and test a basic sqlite store 2021-12-23 13:03:52 -05:00
go.sum Implement and test a basic sqlite store 2021-12-23 13:03:52 -05:00
main.go Get/Post WalletState, account recover, test client 2022-01-04 16:07:23 -05:00