Registry / crypto / gcash-bchd

gcash-bchd

JSON →
library0.22.0gogounverified

A full node implementation for Bitcoin Cash (BCH) written in Go.

go get github.com/gcash/bchd
INSTALL
IMPORT
SIG · GCASH-BCHD
G
gcash-bchd
cryptogov0.22.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.

bchd
github.com/gcash/bchd

Access Bitcoin Cash network parameters.

package main import ( "fmt" "github.com/gcash/bchd/chaincfg" ) func main() { fmt.Println("MainNet params:", chaincfg.MainNetParams.Name) }
Debug
Known issues
gotchaThe root package is not importable; use subpackages like bchd/chaincfg or bchd/wire.
fix
Import specific subpackages instead of the root module path.
affects: >=0.0.0
Upgrade
Version history
0.22.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
gcash-bchd — go get gcash-bchd · libregistry