Deprecated
#Client
#Install package with Cargo
Add the following to your Cargo.toml
:
1[dependencies]2arkecosystem-client = {git = "https://github.com/ArkEcosystem/rust-client", branch = "master" }
You can now run cargo build
, and Cargo will fetch the new dependencies and all of their dependencies.
#Development
- Fork the package .
- Clone your forked repository.
1git clone https://github.com/<githubusername>/rust-client
- Next, move into the fresh cloned directory.
1cd rust-client
- 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