exonum-btc-anchoring 0.5.0

An Exonum service that provides anchoring to Bitcoin blockchain.
Documentation

Exonum Anchoring Service to Bitcoin

Build Status

This crate implements a service for Exonum blockchain that provides a protocol for anchoring onto the Bitcoin blockchain that utilizes the native Bitcoin capabilities of creating multisig transactions.

Installation guide

Just follow the installation guide of the exonum to install dependencies.

Usage

The anchoring service depends on bitcoind. For the correct work, you need to launch bitcoind with specific configuration, see deployment guide for details.

If you want to run rpc-tests, do the following:

  • Install and configure bitcoind.
  • Specify following enviroment variables.
ANCHORING_RELAY_HOST=<bitcoind-rpc-listen-address>
ANCHORING_USER=<rpc-user>
ANCHORING_PASSWORD=<rpc-password>
  • Enable feature rpc_tests in cargo.

Additional tests are situated in tests subfolder.

Licence

Exonum core library is licensed under the Apache License (Version 2.0). See LICENSE for details.