Merge pull request #599 from ehmry/add-base582046

Added package base58
This commit is contained in:
Dominik Picheta 2017-10-13 11:10:17 +01:00 committed by GitHub
commit 681901d9cc

View File

@ -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"
}
]