holys / copernicus

Golang bitcoin library

Home Page:https://www.copernicuscore.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copernicus Build Status

Copernicus is an alternative implementation of the Bitcoin protocol , written in Golang .

Why we would choose to use Go ? This is because Go has the following advantages:

  • Multi-platform compilation
  • Simple deployment , ditect compilation to promote machine code
  • High performance
  • Built-in support for high concurrency
  • GC
  • Rich standard library
  • Static type
  • Type judgment
  • For C support friendly
  • From a project perspective , Go is a well-designed programming language , eg: Code Style , Tool Chain ...
  • the code of Go is clean code
  • ...

We are developing now , We expect more developers to join the development of Bitcoin , to contribute to the Bitcoin Community .

Quick Start

Read the Quick Start

Documentation

We put the document on the gitbook , we will continue to update the docs

Acknowledgments

About

Golang bitcoin library

https://www.copernicuscore.org

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 99.6%Language:Shell 0.4%