Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how wallet and apps best play together #3

Open
urbien opened this issue Feb 15, 2015 · 0 comments
Open

how wallet and apps best play together #3

urbien opened this issue Feb 15, 2015 · 0 comments
Labels

Comments

@urbien
Copy link
Member

urbien commented Feb 15, 2015

DApps (blockchain-based apps) use signing transactions for authentication instead of the troublesome passwords. They will also be using keys managed by wallets for encryption and identity management.

There is two lines of thought evolving:

  1. Really Powerful Wallet. Wallet acquires more and more app features. Allows to search for data, view, edit, etc.
  2. Standalone Wallet. Wallet is a separate app, open sourced, peer-reviewed, as thin as possible, which communicates with other apps on a local machine only to sign, encrypt, etc. but does not have any network access privileges itself. This allows the Wallet to be written in any language. Possibly easier to put on a dongle/hardware device.
  3. Wallet as a library/SDK. More secure as there is no network traffic, even locally on a device. Less secure as an app may access the keys maliciously. Requires wrappers for every language.
@urbien urbien changed the title how wallet and apps play together how wallet and apps best play together Feb 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant