An implementation on Klave of a Wallet to manage cryptographic keys and external owned account for the web3 ecosystem.
Description · Features · Deploy Your Own · Build Locally · Authors
Wallet are used to store and manage securely cryptographic keys that are needed to sign transaction and payload.
The Klave Wallet provides the following functions:
- Create, delete ECDSA and AES Keys
- Sign, Verify, Encrypt, Decrypt
- Access management
- Create Wallet: Create your Wallet
- Manage cryptographic keys lifecycle: Create, delete and use your cryptographic keys
- Sign and Verify: Create and verify signature with your keys
- Encrypt and decrypt: Encrypt message and Decrypt cypher with your keys
You can deploy your own version of the Klave wallet with one click:
You can build your into wasm locally, allowing you to validate the hash of the application deployed on Klave.
Note: You should have node and yarn installed to be able to build locally.
yarn install
yarn build
This will create the .wasm file in the ./klave folder.
This library is created by Klave and Secretarium team members, with contributions from:
- Jeremie Labbe (@jlabbeklavo) - Klave | Secretarium
- Nicolas Marie (@Akhilleus20) - Klave | Secretarium
- Etienne Bosse (@Gosu14) - Klave | Secretarium