Registry / networking / 0xpolygon-go-ibft

0xpolygon-go-ibft

JSON →
library0.4.0gogounverified

Go implementation of the Istanbul BFT consensus algorithm used in Polygon.

go get github.com/0xPolygon/go-ibft
INSTALL
IMPORT
SIG · 0XPOLYGON-GO-IBFT
0
0xpolygon-go-ibft
networkinggov0.4.0
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.

ibft
github.com/0xPolygon/go-ibft

Initializes a new IBFT consensus backend.

package main import ( "fmt" "github.com/0xPolygon/go-ibft" ) func main() { // Example: create a new IBFT backend backend := ibft.NewIBFT(nil, nil, nil) fmt.Println(backend) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
65 hits · last 30 days
node
56
OpenAI (training)
2
Resources
0xpolygon-go-ibft — go get 0xpolygon-go-ibft · libregistry