Crates.io | essential-wallet |
lib.rs | essential-wallet |
version | 0.5.0 |
source | src |
created_at | 2024-07-08 03:35:50.774025 |
updated_at | 2024-11-06 03:00:51.190169 |
description | A wallet for storing pub/priv keypairs for testing purposes. |
homepage | https://essential.builders/ |
repository | https://github.com/essential-contributions/essential-wallet |
max_upload_size | |
id | 1295318 |
size | 55,029 |
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.
This crates provides a wallet cli and library to use when testing and developing applications on the Essential protocol.