ipfs-log icon indicating copy to clipboard operation
ipfs-log copied to clipboard

More Info needed on documentation

Open joelamouche opened this issue 7 years ago • 1 comments

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

joelamouche avatar Feb 23 '18 20:02 joelamouche

Thanks for the suggestions @joelamouche! I like them and agree these points should be emphasized in the docs.

Leaving this open for contributions and to get to it at some point.

haadcode avatar Feb 27 '18 11:02 haadcode