Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 518 Bytes

File metadata and controls

22 lines (15 loc) · 518 Bytes

Sponsored Transaction Smart Contract

Prerequisites

cargo/rustup and cargo-concordium needs to be set up.

Commands

Run the following command to compile the smart contract into the wasm module contract.wasm.v1 with embedded schema:

cargo concordium build -e --out contract.wasm.v1

Run the following command to run the unit and integration tests:

cargo concordium test
cargo test