Adding pezsp_blockchain library as a dependency
Run this command in a terminal, in your project's directory:
cargo add pezsp-blockchain
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
pezsp-blockchain = "28.0.0"
The pezsp_blockchain library will be automatically available globally.
Read the pezsp_blockchain library documentation.