go-ipfs-log
go-ipfs-log copied to clipboard
Go version of append-only log CRDT on IPFS
go-ipfs-log
🤝 Go version of append-only log CRDT on IPFS.
An append-only log on IPFS.
ipfs-log was originally created for orbit-db - a distributed peer-to-peer database on 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 library.
Usage
See the example
package on GoDoc
Licensing
go-ipfs-log is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.