Skip to content

Implementation on Klave of a wallet to manage cryptographic keys.

Notifications You must be signed in to change notification settings

secretarium/klave-basic-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Implementation on Klave of a wallet to manage cryptographic keys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published