Registry / crypto / decred-dcrd-blockchain-standalone

decred-dcrd-blockchain-standalone

JSON →
library1.1.1gogounverified

Provides standalone functions for Decred blockchain consensus rules, including block header validation, proof-of-work verification, and vote subsidy calculations, with minimal dependencies.

go get github.com/decred/dcrd/blockchain/standalone
INSTALL
IMPORT
SIG · DECRED-DCRD-BLOCKC
D
decred-dcrd-blockchain-standalone
cryptogov1.1.1
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.

standalone
github.com/decred/dcrd/blockchain/standalone

Demonstrates calling a standalone function for header validation.

package main import ( "fmt" "github.com/decred/dcrd/blockchain/standalone" ) func main() { err := standalone.ValidateHeaderProofOfWork(nil, nil) fmt.Println(err) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
decred-dcrd-blockchain-standalone — go get decred-dcrd-blockchain-standalone · libregistry