#Client
#Install package with Cargo
Add the following to your Cargo.toml
:
[dependencies]
arkecosystem-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.
git clone https://github.com//rust-client
- Next, move into the fresh cloned directory.
cd rust-client
- 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