Home

Awesome

Write your own blockchain and PoW algorithm using Crystal

Source code for a tutorial on Medium I published.

Installation

Run shards to get the dependencies

Run Locally

Run with Docker

Clean up:

Usage

Contributing

  1. Fork it ( https://github.com/bradford-hamilton/crystal-blockchain/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors