Skip to content

Commit

Permalink
todos
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Dowideit <[email protected]>
  • Loading branch information
SvenDowideit committed May 3, 2022
1 parent e000369 commit 9c63a4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/renderer/wallet-adapter/localstorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ interface LocalStorageWallet extends EventEmitter<LocalStorageWalletEvents> {
_handleDisconnect(...args: unknown[]): unknown;
}

/*
TODO: there's a bunch of things that should be done to this over the next months:
1. Make a second (and prefered) WalletProvider that creates, sotres and signs transactions on the electron main app, and uses IPC to communicate back to the render app
2. Make a third (and prefered again :) Wallet Provider that creates, stores and signs transactions in a totally separate program (presumably our go service with systray)
3. and keep iterating until the user has a secure account magically created for them...
*/

class LocalStorageWalletProvider implements LocalStorageWallet {
isLocalStorage = true;

Expand Down

0 comments on commit 9c63a4a

Please sign in to comment.