bch 0.1.1

A Rust library for working with Bitcoin Cash
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash

set -e
set -x

rustup install nightly
rustup update nightly
rustup override set nightly