Registry / networking / filecoin-project-go-fil-markets

filecoin-project-go-fil-markets

JSON →
library1.28.3gogounverified

Go-fil-markets implements the Filecoin storage and retrieval market protocols.

go get github.com/filecoin-project/go-fil-markets
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-G
F
filecoin-project-go-fil-markets
networkinggov1.28.3
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.

markets
github.com/filecoin-project/go-fil-markets

List active storage deals on the Filecoin network.

package main import ( "context" "log" "github.com/filecoin-project/go-fil-markets/storagemarket" ) func main() { // Example: create a storage market client client := storagemarket.NewClient() deals, err := client.ListDeals(context.Background()) if err != nil { log.Fatal(err) } log.Printf("Active deals: %d", len(deals)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
filecoin-project-go-fil-markets — go get filecoin-project-go-fil-markets · libregistry