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

  1. Fork the package .
  2. Clone your forked repository.
1git clone https://github.com/<githubusername>/rust-crypto
  1. Next, move into the cloned directory.
1cd rust-crypto
  1. Install the dependencies.
1cargo build
  1. Dependencies are now installed, you can now run the tests to see if everything is running as it should.
1cargo test
Last updated 2 years ago
Edit Page
Share: