Last modified on 23 Mar 2021
Go-IPFS-Log#
Go version of append-only log CRDT on IPFS
Introduction#
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.
Source code#
Source code is available on github