Crates.io | walletd |
lib.rs | walletd |
version | 0.2.0 |
source | src |
created_at | 2023-04-20 17:24:18.683849 |
updated_at | 2023-05-15 09:52:03.392574 |
description | The walletd library |
homepage | https://walletd.org/ |
repository | https://github.com/walletd/walletd |
max_upload_size | |
id | 844650 |
size | 105,484 |
Supports (or should support)
Rust can be installed using your package manager of choice or rustup.rs.
The library can be built and tested using cargo
:
git clone git@github.com:walletd/walletd.git
cd walletd
cargo build
You can run tests with:
cargo test
Please refer to the cargo
documentation for more detailed instructions.
Docs can be built using the following:
cargo doc --no-deps --open
If you are interested in contributing to WalletD, please take a look at our CONTRIBUTING.
WalletD is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.