Webb Protocol Ink!
Dependencies
A prerequisite for compiling smart contracts is to have Rust and Cargo installed. Here's an installation guide.
We recommend installing cargo-contract
as well. It's a CLI tool which helps set up and manage WebAssembly smart contracts written with ink!:
cargo install cargo-contract --force
Use the --force
to ensure you are updated to the most recent cargo-contract
version.
Compiling
npx redpost compile
Or optionally for each contract:
cargo contract build
Testing
Licensed under LicenseGPLV3 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the GPLV3 license, shall be licensed as above, without any additional terms or conditions.