From d880c01081c4279599332555f72c10fffd23cff1 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Thu, 6 Jun 2019 15:17:04 +0200 Subject: [PATCH] review-fix: Separate tools that are in this repo vs those that are not --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2357462a6f..312f4c03ccd 100644 --- a/README.md +++ b/README.md @@ -358,11 +358,13 @@ The code block annotations in the `# Example` section may be used as [documentat In addition to the Parity Ethereum client, there are additional tools in this repository available: - [evmbin](./evmbin) - Parity Ethereum EVM Implementation. -- [ethabi](https://github.com/paritytech/ethabi) - Parity Ethereum Encoding of Function Calls. - [ethstore](./accounts/ethstore) - Parity Ethereum Key Management. - [ethkey](./accounts/ethkey) - Parity Ethereum Keys Generator. - [whisper](./whisper) - Parity Ethereum Whisper-v2 PoC Implementation. +The following tool is available in a separate repository: +- [ethabi](https://github.com/paritytech/ethabi) - Parity Ethereum Encoding of Function Calls. + ## 6. Community ### Join the chat!