Merge pull request #7 from ethereum/readme-projects

Add related projects to the README
This commit is contained in:
Paweł Bylica 2018-04-09 16:01:36 +02:00 committed by GitHub
commit e7923a2f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -13,6 +13,20 @@ to access Ethereum environment and state.
Please visit the [documentation].
## Related projects
### EVMs
- [evmjit]
- [Hera]
- "[interpreter]"
### Clients
- [cpp-ethereum]
- [nim-evmjit]
- [go-ethereum] (in progress)
- [pyevm] (in progress)
## Maintainers
@ -28,3 +42,11 @@ Licensed under the [MIT License](LICENSE.md).
[@chfast]: https://github.com/chfast
[documentation]: https://ethereum.github.io/evmc
[eWASM]: https://github.com/ewasm/design#ethereum-flavored-webassembly-ewasm-design
[evmjit]: https://github.com/ethereum/evmjit
[Hera]: https://github.com/ewasm/hera
[interpreter]: https://github.com/ethereum/cpp-ethereum/blob/develop/libevm/VM.cpp
[cpp-ethereum]: https://github.com/ethereum/cpp-ethereum
[nim-evmjit]: https://github.com/status-im/nim-evmjit
[go-ethereum]: https://github.com/ethereum/go-ethereum
[pyevm]: https://github.com/ethereum/cpp-ethereum