Registry / networking / filecoin-project-go-legs

filecoin-project-go-legs

JSON →
library0.4.17gogounverified

A Go library for syncing data between Filecoin nodes using the legs protocol.

go get github.com/filecoin-project/go-legs
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-legs
networkinggov0.4.17
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.

legs
✓ github.com/filecoin-project/go-legs

Initialize a new legs syncer for Filecoin data synchronization.

package main import ( "context" "fmt" "github.com/filecoin-project/go-legs" ) func main() { ctx := context.Background() // Example usage: create a new legs syncer syncer, _ := legs.NewSyncer(ctx, nil, nil) fmt.Println(syncer) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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