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

openethereum/pwasm-token-example

Repository files navigation

Build Status

Build prerequisites

Install rust with wasm32-unknown-unknown target:

rustup target add wasm32-unknown-unknown

Install Wasm build util:

cargo install pwasm-utils-cli

Build

Run:

./build.sh

Testing

cargo test --manifest-path="contract/Cargo.toml" --features std

About

A simple ERC-20 compatible token contract written in Rust compiled into WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published