Skip to content
Snippets Groups Projects
Dean Sheather's avatar
Dean authored
e4bf64bd
History

Countchain Server

A dumb, centralized blockchain that resets if a block isn't found within target time. Difficulty increases based on configuration.

Events (including new block data) can optionally be sent to a Slack webhook.

Setup

  1. go build main.go
  2. Setup config.toml
  3. Run it: ./main --config-file="./config.toml"

Or use Docker if you want.

License

A copy of the MIT license can be found in LICENSE.