Created
July 21, 2014 18:07
-
-
Save maraoz/1f07abe80e88291f8bc9 to your computer and use it in GitHub Desktop.
Copay new architecture thoughts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The objectives are: | |
- make copay work in all platforms. | |
- make it as decentralized as possible. | |
- allow async operations (mainly transaction proposals) | |
- allow remote encrypted key storage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"make it as decentralized as possible." vs "allow async operations"
To allow async operations, we need to store transaction proposals in some place.