node.js crypto wallet for signing series of transactions (e.g., invitation based fabric network) using web-sockets
npm install ws-walletThis project provides a simple CLI to establish web-socket connection with the ws-identity to receive, sign and return digests.
The wallet issues ECDSA keypairs of type p256 and p384 (secp256r1/secp384r1)
npm install
`* Run in dev mode
`
npm run build
`* Expose CLI command (see ws-wallet --help)
`
npm run local
`commands
$3
`bash
ws-wallet new-key [keyname] [curve type: p256 | p384]
`
$3
`bash
ws-wallet get-pkh [keyname]
`
$3
`bash
ws-wallet connect [url] [key-name] ([strict-ssl])
``Requests a new session Id from the ws-idenity.
Outputs the session Id and signature as API keys to access the ws-identity server and open connction to ws-wallet from the desired application