Skip to content

A library of smart contract samples for smart missions

License

Notifications You must be signed in to change notification settings

NodleCode/smart-mission-contracts

Repository files navigation

smart-mission-contracts

A library of smart contract samples for smart missions

Prerequisites

Install dependencies

cargo install cargo-dylint dylint-link
cargo install --force --locked cargo-contract

Build

Change directory to the resepctive mission (e.g. cd simple-mission) and then

cargo test
cargo contract test
cargo contract build