mbrubeck / hello-world

A repository to help onboard developers into the Casperlabs Community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World Smart Contract

Simple hello world smart contract for Casper.

Install

Set up the Rust toolchain

You need the Rust toolchain to develop smart contracts.

$ make prepare

Compile smart contracts

Compile WASM files that will be used later.

$ make build-contract

Test

Execute tests.

$ make test

About

A repository to help onboard developers into the Casperlabs Community


Languages

Language:Rust 82.9%Language:Makefile 17.1%