From 112c423c524066f2d0911636bef2953a77e41236 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 29 Mar 2018 22:29:40 +0100 Subject: [PATCH] Add related projects to the README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 27c4542..67534ef 100644 --- a/README.md +++ b/README.md @@ -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