diff --git a/README.md b/README.md index ca989f1..f06f79e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/data/tools.yaml b/data/tools.yaml index a47fc61..f4007db 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -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.