diff --git a/README.md b/README.md index 4cd3d6c..c5e75f3 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [ipfscrape](https://github.com/victorbjelkholm/ipfscrape) - Scrape a webpage with all assets and put it in IPFS - [ipfsecret](https://github.com/c2fo-lab/ipfsecret) - Encrypt and decrypt IPFS files with a secret passphrase - [ipget](https://github.com/ipfs/ipget) - :satellite: wget for IPFS: retrieve files over IPFS and save them locally. +- [IPLD Explorer](https://explore.ipld.io) - Explore the Merkle Forest from the comfort of your browser [Source](https://github.com/ipfs-shipyard/ipld-explorer) - [IPRedirect](https://github.com/JayBrown/IPRedirect) - Browser userscript for redirecting IPFS/IPNS addresses to your local gateway. This should work on any browser that hasn't had an extension written for it yet and has support for userscripts. - [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 diff --git a/data/tools.yaml b/data/tools.yaml index 43bd226..ce82cd8 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -12,6 +12,12 @@ content: - title: http2ipfs source: https://github.com/jbenet/http2ipfs-web description: This is a simple webtool to add URLs to an IPFS node. +- title: IPLD Explorer + website: https://explore.ipld.io + source: https://github.com/ipfs-shipyard/ipld-explorer + picture: /images/ipld-explorer.png + description: > + Explore the Merkle Forest from the comfort of your browser - title: ipcat source: https://github.com/noffle/ipcat description: ":cat2: Retrieve IPFS object data and send it to stdout." diff --git a/src/static/images/ipld-explorer.png b/src/static/images/ipld-explorer.png new file mode 100644 index 0000000..6e79613 Binary files /dev/null and b/src/static/images/ipld-explorer.png differ