@nodefactory/bls-keystore
v1.0.0-beta7
Published
[](https://travis-ci.com/NodeFactoryIo/bls-keystore)  ;
//verify password
keystore.verifyPassword(password); //true | false
//decrypt
const decryptedPrivateKey: Buffer = keystore.decrypt(password);
//save as json
keystore.toJSON(); //stringFor key derivation checkout @chainsafe/bls-ts-key-mgmt
Contribute
- get yarn
- yarn install
- yarn test

