pallet_octopus_appchain
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:
Cargo.toml
[dependencies]
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.