You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
First of all thanks a bunch for the great work you're doing.
I wanted to suggest some additions to the documentation:
-add the inputs of "new Log()" , which are (ipfs, id, entries, heads, clock, key, keys = []) if I understand well
-enphasize the use of
var multihash= await log.toMultihash(ipfs, log)
var logs1fromIPFS= await Log.fromMultihash(ipfs, multihash)
as a way to communicate log to another peer
Cheers
The text was updated successfully, but these errors were encountered:
Hi there,
First of all thanks a bunch for the great work you're doing.
I wanted to suggest some additions to the documentation:
-add the inputs of "new Log()" , which are (ipfs, id, entries, heads, clock, key, keys = []) if I understand well
-enphasize the use of
var multihash= await log.toMultihash(ipfs, log)
var logs1fromIPFS= await Log.fromMultihash(ipfs, multihash)
as a way to communicate log to another peer
Cheers
The text was updated successfully, but these errors were encountered: