From 2b762106d7ba1671519debfac7b83c691bc49772 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 12 Oct 2017 15:46:17 -0500 Subject: [PATCH] Added package base58 --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index b79817b..1dafc1f 100644 --- a/packages.json +++ b/packages.json @@ -7410,5 +7410,21 @@ "description": "Concise Binary Object Representation decoder (RFC7049).", "license": "MIT", "web": "https://github.com/ehmry/nim-cbor" + }, + { + "name": "base58", + "url": "https://github.com/ehmry/nim-base58", + "method": "git", + "tags": [ + "base58", + "bitcoin", + "cryptonote", + "monero", + "encoding", + "library" + ], + "description": "Base58 encoders and decoders for Bitcoin and CryptoNote addresses.", + "license": "MIT", + "web": "https://github.com/ehmry/nim-base58" } ]