Skip to content

Commit

Permalink
chore: add note about derived work + example + license (#12)
Browse files Browse the repository at this point in the history
chore: add note about derived work + example + license
  • Loading branch information
moul authored Jun 13, 2019
2 parents 9e67600 + 501c44c commit c31b9c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,18 @@
<a href="https://berty.tech">berty.tech</a> •
<a href="https://github.com/berty">GitHub</a>
</b></p>

> An append-only log on IPFS.
[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.

The majority of this code was vastly derived from the JavaScript's [ipfs-log](https://github.com/orbitdb/ipfs-log) library.

## Usage

See the `example` package on [GoDoc](https://godoc.org/berty.tech/go-ipfs-log/example#example-package--LogAppend)

## Licensing

*go-ipfs-log* is licensed under the Apache License, Version 2.0.
See [LICENSE](LICENSE) for the full license text.

0 comments on commit c31b9c7

Please sign in to comment.