Skip to content

Singularity (v0.1.0)

Pre-release
Pre-release
Compare
Choose a tag to compare
@fbzhong fbzhong released this 27 Sep 10:11
· 3500 commits to master since this release

image1
Singularity is the initial release of go-nebulas open source project. This release includes an executable client, called neb. It contains all essential components for a blockchain as following:

  • Core blockchain infra and data structure.
  • Block signature & verification, crypto and merkle tree implementation.
  • Consensus algorithm state machine interface, with a proof-of-work implementation.
  • Peer-to-peer network nodes.
  • Test network command line clients.

The project is evolving rapidly, and we welcome open source contributions!