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