Skip to content

an alternative implementation of the Bitcoin protocol, written in Golang

License

Notifications You must be signed in to change notification settings

FMLS/copernicus

This branch is 748 commits behind copernet/copernicus:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
FMLS
Oct 17, 2018
30b0755 · Oct 17, 2018
Oct 11, 2018
Oct 13, 2018
Oct 17, 2018
Oct 12, 2018
Jul 27, 2018
Oct 17, 2018
Oct 9, 2018
Oct 17, 2018
Oct 17, 2018
Oct 17, 2018
Oct 12, 2018
Oct 16, 2018
Oct 17, 2018
Oct 17, 2018
Oct 17, 2018
Jun 6, 2018
Oct 7, 2018
Oct 7, 2018
Jun 8, 2018
Jun 8, 2018
Oct 7, 2018
Oct 10, 2018
Oct 3, 2018
Oct 3, 2018
Oct 15, 2018
Oct 8, 2018
Sep 29, 2018

Repository files navigation

Copernicus

Build Status Go Report Card Coverage Status

Copernicus is an alternative implementation of the Bitcoin 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 ...
  • ...

A driven team of architects are heading the development, we welcome all developers to join the development of Bitcoin to contribute to the Bitcoin Community.

Quick Start

Read the Quick Start

Documentation

All documentation will be continually updated and can be found at docs

Acknowledgments

About

an alternative implementation of the Bitcoin protocol, written in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Other 0.2%