Deprecated
#Crypto
#Install package with Cargo
Add the following to your Cargo.toml
:
1[dependencies]2arkecosystem-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.
1git clone https://github.com/<githubusername>/rust-crypto
- Next, move into the cloned directory.
1cd rust-crypto
- Install the dependencies.
1cargo build
- Dependencies are now installed, you can now run the tests to see if everything is running as it should.
1cargo test
Last updated 3 years ago
Edit Page