Registry / networking / go-ipfs-log

go-ipfs-log

JSON →
library1.10.2gogounverified

Package ipfslog implements an append-only log CRDT on IPFS for decentralized data replication.

go get berty.tech/go-ipfs-log
INSTALL
IMPORT
SIG · GO-IPFS-LOG
G
go-ipfs-log
networkinggov1.10.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ipfslog
berty.tech/go-ipfs-log

Create a new IPFS log instance

package main import ( "context" "fmt" "berty.tech/go-ipfs-log" ) func main() { log, err := ipfslog.NewLog(context.Background(), nil, nil) if err != nil { fmt.Println(err) return } fmt.Println(log.ID) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
go-ipfs-log — go get go-ipfs-log · libregistry