mirror of https://github.com/status-im/evmc.git
Merge pull request #7 from ethereum/readme-projects
Add related projects to the README
This commit is contained in:
commit
e7923a2f3e
22
README.md
22
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
|
||||
|
|
Loading…
Reference in New Issue