title |
---|
WebAssembly Links |
- Step-by-step tutorial deploying complex contract with abi, using Web3, etc.
- pwasm-token-example. ERC20 token in Rust.
- pwasm-repo-contract. Simple REPO contract with some lending-borrowing logic in Rust, which uses ERC20 tokens.
- 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