mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
Add iprfc properly into data/tools.yaml
This commit is contained in:
parent
1ed901e893
commit
f21d892d05
2 changed files with 5 additions and 0 deletions
|
@ -208,6 +208,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search
|
||||||
- [ipget](https://github.com/ipfs/ipget) - :satellite: wget for IPFS: retrieve files over IPFS and save them locally.
|
- [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)
|
- [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.
|
- [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.
|
||||||
|
- [iprfc](https://github.com/RTradeLtd/iprfc) - IETF RFC downloader which stores RFCs on IPFS and indexes them with RTradeLtd/Lens.
|
||||||
- [ipscend](https://github.com/diasdavid/ipscend) - Tool for hosting web apps and static websites in IPFS
|
- [ipscend](https://github.com/diasdavid/ipscend) - Tool for hosting web apps and static websites in IPFS
|
||||||
- [mahuta](https://github.com/ConsenSys/Mahuta) - Mahuta is a plug and play service for your micro-service architecture allowing to collect, store and index data on IPFS and offering search functionalities (full text, query).
|
- [mahuta](https://github.com/ConsenSys/Mahuta) - Mahuta is a plug and play service for your micro-service architecture allowing to collect, store and index data on IPFS and offering search functionalities (full text, query).
|
||||||
- [orbit-db](https://github.com/orbitdb/orbit-db) - OrbitDB is a serverless, distributed, peer-to-peer database that uses IPFS as its data storage and IPFS Pubsub to automatically sync databases with peers.
|
- [orbit-db](https://github.com/orbitdb/orbit-db) - OrbitDB is a serverless, distributed, peer-to-peer database that uses IPFS as its data storage and IPFS Pubsub to automatically sync databases with peers.
|
||||||
|
|
|
@ -70,6 +70,10 @@ content:
|
||||||
description: Browser userscript for redirecting IPFS/IPNS addresses to your local
|
description: Browser userscript for redirecting IPFS/IPNS addresses to your local
|
||||||
gateway. This should work on any browser that hasn't had an extension written
|
gateway. This should work on any browser that hasn't had an extension written
|
||||||
for it yet and has support for userscripts.
|
for it yet and has support for userscripts.
|
||||||
|
- title: iprfc
|
||||||
|
source: https://github.com/RTradeLtd/iprfc
|
||||||
|
description: IETF RFC downloader which stores RFCs on IPFS and indexes
|
||||||
|
them with RTradeLtd/Lens.
|
||||||
- title: ipscend
|
- title: ipscend
|
||||||
source: https://github.com/diasdavid/ipscend
|
source: https://github.com/diasdavid/ipscend
|
||||||
description: Tool for hosting web apps and static websites in IPFS
|
description: Tool for hosting web apps and static websites in IPFS
|
||||||
|
|
Loading…
Reference in a new issue