Skip to content

🧩Creating a blockchain wallet and integrating a couple of cryptographic algorithms to securely save the secrets.🧩

Notifications You must be signed in to change notification settings

rstkey/blockchain-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🧩Creating a blockchain wallet and integrating a couple of cryptographic algorithms to securely save the secrets.🧩

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages