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
go build main.go
- Setup
config.toml
- 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.