design
Ethereum contract runtime
Provides a specification and framework for executing Ethereum contracts in a restricted subset of WebAssembly.
Ewasm Design Overview and Specification
1k stars
82 watching
125 forks
last commit: about 2 years ago
Linked from 1 awesome list
eth1ethereumewasmspecificationwebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
wighawag/template-ethereum-contracts | A template for developing EVM-based smart contracts in TypeScript | 489 |
ethereum-lists/contracts | A registry of deployed contracts and their associated security contact information | 131 |
weavevm/wvm-reth | An implementation of a fast and modular Ethereum protocol in Rust. | 5 |
cosmwasm/wasmvm | A Go library wrapper around the CosmWasm VM for compiling and executing smart contracts. | 175 |
ethereum/solc-js | A JavaScript interface to a compiler for the Solidity programming language used in Ethereum smart contracts. | 1,456 |
ethereum/solidity-examples | A collection of reusable Solidity code snippets for common tasks and Ethereum-related utilities | 535 |
dapphub/dappsys | A collection of building blocks for Ethereum smart contract systems using Solidity and Nix. | 581 |
cosmwasm/cw-plus | Provides reusable contract specifications and sample implementations for building fungible tokens and other domains on the CosmWasm platform. | 511 |
modular-network/ethereum-libraries | A collection of reusable Ethereum Virtual Machine components for building smart contracts | 332 |
etherex/pyepm | Manages Ethereum contract deployment and interaction using Python-based package definitions in YAML format. | 28 |
cosmwasm/wasmd | An implementation of a Cosmos zone with support for WebAssembly smart contracts. | 369 |
danielvf/evm-contract-draw | A tool for visualizing and analyzing the byte code of Ethereum smart contracts | 122 |
cosmwasm/cw-storage-plus | Provides storage abstractions for CosmWasm smart contracts | 37 |
raineorshine/solidity-by-example | A collection of contract examples showcasing Solidity language features and use cases in Ethereum smart contracts | 430 |
cosmwasm/cosmwasm | A set of tools and libraries for building smart contracts in Rust for the Cosmos SDK. | 1,073 |