A library of smart contract samples for Smart Missions.
Install dependencies
cargo install cargo-dylint dylint-link
cargo install --force --locked cargo-contract
Change directory to the resepctive mission (e.g. cd simple-mission) and then
cargo test
cargo contract test
cargo contract build
Contracts in this repository are examples of how to design and implement Smart Missions atop the Nodle Chain, but are not deployed as long-lived assets on either Eden or Paradis networks.
As such, bounties reported against this repository (rather than against the Chain which operates and stores Contract deployments) are out of scope.
Copyright 2023 Intergalactic Labs, Inc. Released under the GNU General Public License, version 3.0. See LICENSE
for further details.