Update client links in README

This commit is contained in:
Alex Beregszaszi 2018-06-26 18:24:25 +02:00
parent 5ee6915250
commit b3755f2a1d
1 changed files with 11 additions and 9 deletions

View File

@ -18,16 +18,17 @@ Please visit the [documentation].
### EVMs ### EVMs
- [aleth-interpreter]
- [evmjit] - [evmjit]
- [Hera] - [Hera]
- "[interpreter]"
### Clients ### Clients
- [cpp-ethereum] - [aleth]
- [nim-evmjit] - [nim-evmc]
- [go-ethereum] (in progress) - [go-ethereum] (in progress)
- [pyevm] (in progress) - [pyevm] (in progress)
- [pyethereum] (abandoned)
## Contribute ## Contribute
@ -52,12 +53,13 @@ Licensed under the [MIT License](LICENSE.md).
[evmjit]: https://github.com/ethereum/evmjit [evmjit]: https://github.com/ethereum/evmjit
[Hera]: https://github.com/ewasm/hera [Hera]: https://github.com/ewasm/hera
[Gitter]: https://gitter.im/ethereum/evmc [Gitter]: https://gitter.im/ethereum/evmc
[interpreter]: https://github.com/ethereum/cpp-ethereum/blob/develop/libevm/VM.cpp [aleth-interpreter]: https://github.com/ethereum/cpp-ethereum/tree/develop/libaleth-interpreter
[cpp-ethereum]: https://github.com/ethereum/cpp-ethereum [aleth]: https://github.com/ethereum/cpp-ethereum
[nim-evmjit]: https://github.com/status-im/nim-evmjit [nim-evmc]: https://github.com/status-im/nim-evmc
[go-ethereum]: https://github.com/ethereum/go-ethereum [go-ethereum]: https://github.com/ethereum/go-ethereum/pull/17050
[pyevm]: https://github.com/ethereum/cpp-ethereum [pyevm]: https://github.com/ethereum/py-evm
[pyethereum]: https://github.com/ethereum/pyethereum/pull/406
[standard readme]: https://github.com/RichardLitt/standard-readme [standard readme]: https://github.com/RichardLitt/standard-readme
[gitter badge]: https://img.shields.io/gitter/room/ethereum/evmc.svg?style=flat-square [gitter badge]: https://img.shields.io/gitter/room/ethereum/evmc.svg?style=flat-square
[readme style standard badge]: https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square [readme style standard badge]: https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square