Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.21 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.21 KB

JS-BigChainDB-wallet

lerna code style: prettier

This repository contains a suite of components and modules to ease the creation of wallets for BigChainDB.

List of packages

TODOs

  • 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 ? )