Adding pallet_octopus_appchain library as a dependency

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

cargo add pallet-octopus-appchain

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

pallet-octopus-appchain = "3.0.0-pre.0"

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

Back to the crate overview.