This repository contains a suite of components and modules to ease the creation of wallets for BigChainDB.
-
Implement Key-store package
-
Store encrypted seeds + derivated full privateKey + transactions linked to derivated publicKey
-
support attachement of default | custom encryption plugin (following the plugins API)
-
support attachement of default | custom storage (create default : LocalStorage for browser and MemoryStorage + FileStorage for node)
-
allow encrypted file export ( encrypted using custom secret key ? )
-