-
Notifications
You must be signed in to change notification settings - Fork 21
Clients, tools, dapp browsers, wallets and other projects
tempzc edited this page Dec 30, 2019
·
3 revisions
Contents
Ethereum clients run the Ethereum Virtual Machine and are written in a programming language. Clients include:
- Geth (Go) wiki, repo, issues, (fully working, i.e. passing all JSON tests for the VM, plus can run a full node)
- EWasm, just an alternative to the EVM that is compliant with the EVM ABI.
- Sharding implementations for Geth by Prysmatic Labs, Parity by Drops of Diamond, py-evm, Pegasys, and Nimbus.
- Solidity EVM (Poc), not intended to be a complete client, just for runtime one-off execution.
Comparison of clients (note that all are outdated):
- https://github.com/elastos/Elastos.ELA.SideChain.ETH/wiki/Benchmarks
- https://paritytech.io/performance-analysis/
- sharding
- Casper Proof-of-Stake
-
smart contract languages:
- LLL and other deprecated languages
- Organization projects include:
- Also see other projects in the sidebar of this wiki, e.g. Ethereum technologies, infrastructure, dapp development, etc. or try searching.
golang <3
Installing Elastos.ELA.SideChain.ESC
Issue handling workflow (draft proposal)