Skip to content

Latest commit

 

History

History

cis3-nft-sponsored-txs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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