Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 239 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 239 Bytes

Counter Smart Contract

This is an example of a simple smart contract.

Usage

Set up the Rust toolchain

make prepare

Compile smart contracts

make build-contract

Run tests

make test