owlprotocol / merkledb

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

`MerkleDB` & `IMerkleDB` Solidity #1

Closed leovigna closed 2 years ago

leovigna commented 2 years ago

Description

Create IMerkleDB interface and the implementation contract MerkleDB.

Smart Contract

From Notion

State

Events

Interface

Read

Write

Links

https://docs.openzeppelin.com/contracts/4.x/api/utils#MerkleProof

HrikB commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

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

leovigna commented 2 years ago

Completed.