Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 2.51 KB

README.md

File metadata and controls

61 lines (42 loc) · 2.51 KB
Klave - Wallet

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

Wasm AssemblyScript

Description

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

Features

  • 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

Deploy Your Own

You can deploy your own version of the Klave wallet with one click:

Deploy on Klave

Build Locally

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.

Authors

This library is created by Klave and Secretarium team members, with contributions from: