Skip to content

Bridge web2.0 databases with decentralized smart contracts

Notifications You must be signed in to change notification settings

owlprotocol/merkledb

Repository files navigation

merkledb

Projects

  • cborlib-contracts: Solidity library to encode/decode CBOR data.
  • firebase-to-orbitdb: Firebase Cloud Function used a plugin to reflect a Firestore database to OrbitDB document store by listening to write updates.
  • merkledb-contracts: Solidity smart contract to sotre merkledb root and IPFS hash.
  • orbitdb-to-merkledb: Listens to OrbitDB changes to generate a merkle tree, publish it to IPFS, and publish its root on-chain.

Local Development

Install

git clone git@github.com:owlprotocol/merkledb.git
pnpm install