1.1.5 • Published 5 years ago
ws-wallet v1.1.5
web-socket wallet
This project provides a simple CLI to establish web-socket connection with the ws-identity to receive, sign and return digests.
Key-types
The wallet issues ECDSA keypairs of type p256 and p384 (secp256r1/secp384r1)
Development setup
- Download dependencies
npm install- Run in dev mode
npm run build- Expose CLI command (see ws-wallet --help)
npm run localcommands
create a new key
ws-wallet new-key [keyname] [curve type: p256 | p384]get pub-key-hex
ws-wallet get-pkh [keyname]Open connection to ws-identity server
ws-wallet connect [url] [key-name] ([strict-ssl])requires:
- url of the ws-identity host (e.g., 'http://localhost:8700')
- key-name of local keyfile with pub-key-hex addresss used to request new session ID
- strict-ssl can be set to false when testing ssl/tls enabled ws-identity server
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
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.1.2
5 years ago
1.0.22
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.21
5 years ago
1.0.20
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.11
5 years ago
1.0.12
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago