#Crypto
#Install package with Cargo
Add the following to your Cargo.toml
:
[dependencies]
arkecosystem-crypto = {git = "https://github.com/ARKEcosystem/rust-crypto", branch = "master" }
You can now run cargo build
, and Cargo will fetch the new dependencies and all of their dependencies.s
#Development
- Fork the package.
- Clone your forked repository.
git clone https://github.com//rust-crypto
- Next, move into the cloned directory.
cd rust-crypto
- Install the dependencies.
cargo build
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
cargo test
Last updated 3 months ago
Edit Page