BSV-ex

🚨 This repo is a work in progress. Not production ready yet.

Elixir Bitcoin SV library. The aim is to create a full-featured library that broadly covers the following:

Documentation can be found at https://hexdocs.pm/bsv.

Installation

The package can be installed by adding bsv to your list of dependencies in mix.exs:

def deps do
  [
    {:bsv, "~> 0.1.0-dev.2"}
  ]
end

License

© Copyright 2019 libitx.

BSV-ex is free software and released under the MIT license.