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:
- General crypto functions (hash, ecdsa, rsa)
- Bitcoin specific crypto (Electrum compatible message encrypt/decrypt and sign/verify)
- Bitcoin key pair generation and related functions
- HD seed and key derivation
- Transaction parsing, building and encoding
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"}
]
endLicense
© Copyright 2019 libitx.
BSV-ex is free software and released under the MIT license.