unlock-protocol / locked.fyi

A basic notes application where notes are stored on IPFS and only visible by members of a lock
https://locked.fyi/
MIT License
21 stars 7 forks source link

IPFS hooks #6

Closed julien51 closed 4 years ago

julien51 commented 4 years ago

We need to implement an interface to read and write content to IPFS. I suggest the use of react hooks which supports the following:

julien51 commented 4 years ago

We are not using IPFS directly but thru @3box...