Coin.jl

A (self-educational, incomplete, and likely incorrect) library for working with Bitcoin written in Julia
Popularity
6 Stars
Updated Last
3 Years Ago
Started In
November 2014

Coin.jl

Build Status Coverage Status

A (self-educational, incomplete, and likely incorrect) library for working with Bitcoin written in Julia.

To Do

Wallet

First, we're going to implement a thin-client wallet.

Public key distribution

Signing program

Network operations

  • TBD

Utilities

  • TBD

Vault and multisig

Mining

Reference

Articles

Eventually

  • Dockerize
  • TheBlueMatt tests
  • Add to Julia pkg repo and get badge
  • Split off Crypto package
  • Write Struct (a la Python's struct module) package?