mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
Merge pull request #178 from olizilla/ipld-explorer
feat: Add explore.ipld.io to the tools section
This commit is contained in:
commit
0083bf63de
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
BIN
src/static/images/ipld-explorer.png
Normal file
BIN
src/static/images/ipld-explorer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 271 KiB |
Loading…
Reference in a new issue