Counter Smart Contract This is an example of a simple smart contract that increments and decrements the counter. Usage Set up the Rust toolchain make prepare Compile smart contracts make build-contract Run tests make test