Adding ark_scale library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ark-scale

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ark-scale = "0.0.13"

The ark_scale library will be automatically available globally. Read the ark_scale library documentation.

Back to the crate overview.