project screenshot 1
project screenshot 2
project screenshot 3

RipDB

RipDB is a dead simple, fast, decentralized JSON store built for web3.

RipDB

Created At

HackFS 2022

Winner of

trophy

🏆 HackFS Finalist

trophy

3️⃣5️⃣ IPFS/Filecoin — Storage Mage

Project Description

RipDB is a tool for developers who want to store JSON data that is extremely fast, but preserves decentralization and user provenance.

The tool was inspired by my own experience needing to store some data off chain to calculate merkle proofs.

Its essentially Redis for JSON, backed up by IPFS and with encryption support!

How it's Made

The project stack has three components:

  1. Front end Client (The Rip Client)
  2. Rip Server
  3. Rip Storage Client

The end user (developer) uses the rip front end to interface with the server / storage.

To build the project, I set up a local redis client and an interface to that client. I built functions that store data on the redis, but then in the background back up the data on IPFS. One funny hack is that I actually used nft.storage to store blobs on IPFS (because I already had familiarity with the library).

Given more time, I would have used a different client to IPFS other than nft.storage lol.

On the front end, I integrated lit protocol to connect wallet and create an auth signature which is used to decrypt / encrypt data for RIP. One challenge here was converting data back and forth between blobs / strings for storage within JSON storage on RIP. I ended up storing encrypted data as a data url and fetching the data url to grab a blob of the data for decryption on LIT protocol.

Given more time, I would like to make the interface neater on the front end client and package it into a node_module (vs. right now I just really have a raw example in an html file)

background image mobile

Join the mailing list

Get the latest news and updates