Skip to content
This repository was archived by the owner on Feb 14, 2021. It is now read-only.

Files

Latest commit

 

History

History

step-1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Description

The step-by-step project describes how to write a contract in Rust and compile in to Webassembly.

Build

Make sure you've installed required tools

./build.sh

As a result the pwasm_tutorial_contract.wasm should be created under the step-1/target/wasm32-unknown-unknown/release/ directory.