All Projects → openethereum → pwasm-token-example

openethereum / pwasm-token-example

Licence: MIT License
A simple ERC-20 compatible token contract written in Rust compiled into WebAssembly

Programming Languages

rust
11053 projects
shell
77523 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].