exonum-btc-anchoring 1.0.0-rc.1

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

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

# IDE files
.idea
.vscode
*.iml

# Python files
__pycache__/
*.py[cod]
*$py.class
.mypy_cache
launcher/exonum_btc_anchoring_plugin.egg-info

# other
*.orig
.python-version

# node
node_modules
npm-debug.log