Registry / database / textileio-go-threads

textileio-go-threads

JSON →
library1.1.5gogounverified

Package threads provides a peer-to-peer database and messaging framework built on IPFS and Libp2p.

go get github.com/textileio/go-threads
INSTALL
IMPORT
SIG · TEXTILEIO-GO-THREA
T
textileio-go-threads
databasegov1.1.5
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.

threads
github.com/textileio/go-threads

Generate a new thread ID

package main import ( "context" "fmt" "github.com/textileio/go-threads/core/thread" ) func main() { ctx := context.Background() id, _ := thread.NewIDV1(thread.Raw, 32) fmt.Println(id.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Meta
2
OpenAI (training)
1
Resources
textileio-go-threads — go get textileio-go-threads · libregistry