mirror of https://github.com/status-im/evmc.git
Update client links in README
This commit is contained in:
parent
5ee6915250
commit
b3755f2a1d
20
README.md
20
README.md
|
@ -18,16 +18,17 @@ Please visit the [documentation].
|
|||
|
||||
### EVMs
|
||||
|
||||
- [aleth-interpreter]
|
||||
- [evmjit]
|
||||
- [Hera]
|
||||
- "[interpreter]"
|
||||
|
||||
### Clients
|
||||
|
||||
- [cpp-ethereum]
|
||||
- [nim-evmjit]
|
||||
- [aleth]
|
||||
- [nim-evmc]
|
||||
- [go-ethereum] (in progress)
|
||||
- [pyevm] (in progress)
|
||||
- [pyethereum] (abandoned)
|
||||
|
||||
## Contribute
|
||||
|
||||
|
@ -52,12 +53,13 @@ Licensed under the [MIT License](LICENSE.md).
|
|||
[evmjit]: https://github.com/ethereum/evmjit
|
||||
[Hera]: https://github.com/ewasm/hera
|
||||
[Gitter]: https://gitter.im/ethereum/evmc
|
||||
[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
|
||||
[aleth-interpreter]: https://github.com/ethereum/cpp-ethereum/tree/develop/libaleth-interpreter
|
||||
[aleth]: https://github.com/ethereum/cpp-ethereum
|
||||
[nim-evmc]: https://github.com/status-im/nim-evmc
|
||||
[go-ethereum]: https://github.com/ethereum/go-ethereum/pull/17050
|
||||
[pyevm]: https://github.com/ethereum/py-evm
|
||||
[pyethereum]: https://github.com/ethereum/pyethereum/pull/406
|
||||
[standard readme]: https://github.com/RichardLitt/standard-readme
|
||||
|
||||
[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
|
||||
|
|
Loading…
Reference in New Issue