Tutorial
Contract examples
Repositories index
- wasm-utils - Contract-oriented collection of build tools for Rust.
- pwasm-std - WASM-oriented general purpose std replacement for minimal binary sizes.
- pwasm-ethereum - Rust library for interacting with Ethereum-like network (Görli, for other PoA scenarios using OpenEthereum).
- wasm-tests - Set of cross-implementation tests used for testing OpenEthereum WASM Runtime.
- wasmi - General-purpose WASM interpreter in pure Rust.
- parity-wasm - General-purpose library for reading, writing, transforming and building WASM binaries from scratch (has almost zero dependencies).
- pwasm-test - Add-on to
pwasm-ethereum
library to allow easy testing of internal contract logic under different scenarios.
- WABT - WebAssembly Binary Toolkit