owlprotocol / merkledb

Bridge web2.0 databases with decentralized smart contracts
1 stars 1 forks source link

## IPFSMerkleTree #40

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

IPFSMerkleTree

Using the existing Tree & Search Tree primites, create a decentralized lazy-loading immutable Merkle tree meant to be stored on IPFS.

Requirements

The data structure has the following requirements:

Architecture

The IPFSMerkleTree relies on several primitives to efficiently store the tree:

Tasks

closes #39