Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 633 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 633 Bytes

Rust Library For Cryptocurrency Wallet

Folder Structure

  • src : contains the source code of the library
  • examples : contains some examples of the library
  • docs : contains some documentation of the library

How to Run

  1. Clone this repository
  2. Go to the repository directory
  3. Run the following command:
cargo run --example <example_name>

Run the Tests

To run the tests, you can use the following command:

cargo test

Documentation