From b538457efe655607dd16441d09b583d260c96af5 Mon Sep 17 00:00:00 2001 From: waynewyang Date: Tue, 27 Nov 2018 20:03:15 +0800 Subject: [PATCH] Adds arsyun/ipfs-common (#218) * humancid, from cid to human readable cid --- README.md | 1 + data/tools.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 36363a1..b3fcc5e 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [ipscend](https://github.com/diasdavid/ipscend) - Tool for hosting web apps and static websites in IPFS - [pinbot](https://github.com/whyrusleeping/pinbot) - Pin content via IRC - [Siderus Orion](https://orion.siderus.io) - Easy to use IPFS desktop client for macOS, Windows and Linux [Source](https://github.com/Siderus/Orion) +- [ipfs-common](https://github.com/arsyun/ipfs-common) - some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools. ## Videos diff --git a/data/tools.yaml b/data/tools.yaml index be7d98a..df16037 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -93,3 +93,8 @@ content: description: > Monitor the current block number of the Ethereum blockchain, and set alerts (stored locally using PouchDB in your browser) for when certain block heights are passed. +- title: ipfs-common + website: https://github.com/arsyun + source: https://github.com/arsyun/ipfs-common + description: > + some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools.