module Bitcoin

Overview

An example implementation of a Bitcoin account using an Secp256k1 keypair and a Bitcoin network version identifier; only for educational purposes and should not be used in production.

Defined in:

bitcoin.cr

Constant Summary

BASE_58 = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"

The Base-58 alphabet for Bitcoin addresses is a Base-64 alphabet without 0, O, I, and l to omit similar-looking letters.