Add Multiverse to tools.

This commit is contained in:
Keenan Nemetz 2020-11-03 15:16:57 -08:00
parent 0577343cf9
commit 098d4dfb3b
2 changed files with 4 additions and 0 deletions

View File

@ -223,6 +223,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search
- [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
- [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).
- [Multiverse](https://github.com/multiverse-vcs/go-multiverse) - Multiverse is a decentralized version control system that enables peer-to-peer software development.
- [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.
- [pinbot](https://github.com/whyrusleeping/pinbot) - Pin content via IRC
- [Public gateway status checker](https://ipfs.fooock.com/) - Web app to check public states of IPFS gateways, including latency and gateway writable state. [Source](https://github.com/fooock/ipfs-gateway-checker)

View File

@ -171,3 +171,6 @@ content:
source: https://github.com/ekumahost/ImageServer
description: Upload Images via JSON HTTP API; URI, URL, File and Base64
picture: /images/image-server.png
- title: Multiverse
source: https://github.com/multiverse-vcs/go-multiverse
description: Multiverse is a decentralized version control system that enables peer-to-peer software development.