exonum-btc-anchoring 0.6.1

An Exonum service that provides anchoring to Bitcoin blockchain.
Documentation
# vim files
*.swp
# macos files
*.DS_Store

# cargo
target
*/target
*.rs.bk
Cargo.lock
sandbox_tests/Cargo.lock

# IDE files
.idea
.vscode
*.iml

# Python files
__pycache__/
*.py[cod]
*$py.class
# other
*.orig
.python-version