From 4b8732e18220106768749f3631d177560de6d6d2 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Tue, 27 Jun 2017 16:53:43 -0600 Subject: [PATCH] Add reference to EIP-55 implementation in ethereum-utils library --- EIPS/eip-55.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EIPS/eip-55.md b/EIPS/eip-55.md index bc8ea794..fd432e1b 100644 --- a/EIPS/eip-55.md +++ b/EIPS/eip-55.md @@ -104,4 +104,5 @@ Benefits: 1. EIP 55 issue and discussion https://github.com/ethereum/eips/issues/55 2. Python example by @Recmo https://github.com/ethereum/eips/issues/55#issuecomment-261521584 -3. Ethereumjs-util implementation https://github.com/ethereumjs/ethereumjs-util/blob/75f529458bc7dc84f85fd0446d0fac92d991c262/index.js#L452-L466 +3. Python implementation in [`ethereum-utils`](https://github.com/pipermerriam/ethereum-utils#to_checksum_addressvalue---text) +4. Ethereumjs-util implementation https://github.com/ethereumjs/ethereumjs-util/blob/75f529458bc7dc84f85fd0446d0fac92d991c262/index.js#L452-L466