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
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,18 @@
36
36
<a href="https://berty.tech">berty.tech</a> •
37
37
<a href="https://github.com/berty">GitHub</a>
38
38
</b></p>
39
+
40
+
> An append-only log on IPFS.
41
+
42
+
[ipfs-log](https://github.com/orbitdb/ipfs-log/) was originally created for [orbit-db](https://github.com/orbitdb/orbit-db) - a distributed peer-to-peer database on [IPFS](https://github.com/ipfs/ipfs). This library intends to provide a fully compatible port of the JavaScript version in Go.
43
+
44
+
The majority of this code was vastly derived from the JavaScript's [ipfs-log](https://github.com/orbitdb/ipfs-log) library.
45
+
46
+
## Usage
47
+
48
+
See the `example` package on [GoDoc](https://godoc.org/berty.tech/go-ipfs-log/example#example-package--LogAppend)
49
+
50
+
## Licensing
51
+
52
+
*go-ipfs-log* is licensed under the Apache License, Version 2.0.
0 commit comments