mpapierski / counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Rust 95.2%Language:Makefile 4.8%