Bitcoin Utils in Crystal

September 4, 2018 ยท View on GitHub

Genesis

This started with a port of James D'Angelo's Python scripts to crystal-lang.

Functionality:

  • generate public key
  • sign data
  • verify signature

The basic unit tests in spec/bitcoinutil_spec.cr can be run using crystal spec. The "generates public key JD" and "signs and verifies JD" checks expected values given parameters in JD's code.

Contributors

  • packetzero Alex M - creator, maintainer

Contents

  1. 1Genesis
  2. 2Contributors