Registry /
utility / filecoin-project-go-paramfetch
Downloads and verifies Filecoin proving parameters for use in Filecoin node operations.
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.
github.com/filecoin-project/go-paramfetch
Fetch Filecoin proving parameters for a given sector size.
package main
import (
"fmt"
"github.com/filecoin-project/go-paramfetch"
)
func main() {
err := paramfetch.GetParams(context.Background(), paramfetch.ProofParams{
SectorSize: 1024,
})
if err != nil {
fmt.Println("Error:", err)
}
}
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.