essential-wallet

Crates.ioessential-wallet
lib.rsessential-wallet
version0.5.0
sourcesrc
created_at2024-07-08 03:35:50.774025
updated_at2024-11-06 03:00:51.190169
descriptionA wallet for storing pub/priv keypairs for testing purposes.
homepagehttps://essential.builders/
repositoryhttps://github.com/essential-contributions/essential-wallet
max_upload_size
id1295318
size55,029
(essentialcontributions)

documentation

README

Essential Wallet

Crates.io Documentation license

Warning!

This crate has not been audited for security. USE AT YOUR OWN RISK! This crate is intended for testing and educational purposes only. Never use this for production code or to store real funds.

These crate can be used as a library in front ends for testing key management and signing. The walled crate also provides a binary cli tool that can be used to manage keys and sign data.

The wallet stores keys in your OS's keychain or keyring. You will be prompted to enter a password when you want to sign data.

Description

This crates provides a wallet cli and library to use when testing and developing applications on the Essential protocol.

Commit count: 24

cargo fmt