owlprotocol / merkledb

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

ipfs-trees project #31

Closed leovigna closed 2 years ago

leovigna commented 2 years ago

IPFS Trees

Create an immutable data-structure library using IPFS as a storage layer and enabling efficient querying. This can avoid the need for 3rd party indexing, effectively solving the data availability problem for the merkledb's off-chain data bridge solution.

Tasks

Links

leovigna commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-31 created! Clone with: git fetch && git checkout --track origin/issue-31 Rebase develop branch changes with: git checkout issue-31 && git rebase develop