An alternative implementation of the Bitcoin Cash protocol, written in Golang
Last updated Feb 20, 2026
84
Stars
28
Forks
4
Issues
0
Stars/day
Attention Score
15
Language breakdown
No language data available.
▸ Files
click to expand
README
Copernicus
Copernicus is an alternative implementation of the Bitcoin Cash protocol, written in Golang .
Why Go? Go has the following advantages:
- Multi-platform compilation
- Simple deployment, direct compilation to machine code
- High performance
- Built-in support for high concurrency
- Garbage Collection
- Rich standard library
- Static type
- Type judgment
- C support friendly
- Clean code
- Go is a well-designed programming language , eg: Code Style , Tool Chain ...
- ...
Quick Start
Read the Quick StartDocumentation
All documentation will be continually updated and can be found at docs WebsiteAcknowledgments
- Thank btcd for full node bitcoin implementation with Go. Click here for more details
- Thank secp256k1-go for bindings to lib-secp256k1 for golang
- Thank testify for convenient testing support
🔗 More in this category