Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exonum/exonum-btc-anchoring
Exonum Bitcoin anchoring service (using multisignatures)
https://github.com/exonum/exonum-btc-anchoring
anchoring bitcoin blockchain exonum
Last synced: 3 days ago
JSON representation
Exonum Bitcoin anchoring service (using multisignatures)
- Host: GitHub
- URL: https://github.com/exonum/exonum-btc-anchoring
- Owner: exonum
- License: apache-2.0
- Created: 2017-03-25T00:21:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T08:22:14.000Z (over 1 year ago)
- Last Synced: 2024-10-31T12:13:21.604Z (13 days ago)
- Topics: anchoring, bitcoin, blockchain, exonum
- Language: Rust
- Homepage: https://exonum.com/doc/advanced/bitcoin-anchoring/
- Size: 1.74 MB
- Stars: 43
- Watchers: 9
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Exonum Anchoring Service to Bitcoin
[![Build Status][travis:image]][travis:url]
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.* [Reference documentation][anchoring:reference]
* [Specification][anchoring:specification]
* [Example code](examples/btc_anchoring.rs)
* [Newbie guide](guides/newbie.md)
* [Maintenance guide](guides/maintenance.md)
* [Contribution guide][exonum:contribution]## Licence
Exonum core library is licensed under the Apache License (Version 2.0).
See [LICENSE](LICENSE) for details.[anchoring:reference]: https://docs.rs/exonum-btc-anchoring
[anchoring:specification]: https://exonum.com/doc/version/latest/advanced/bitcoin-anchoring/
[exonum:contribution]: https://exonum.com/doc/contributing/
[exonum:install]: https://exonum.com/doc/get-started/install/
[Exonum]: https://github.com/exonum/exonum
[travis:image]: https://travis-ci.org/exonum/exonum-btc-anchoring.svg?branch=master
[travis:url]: https://travis-ci.org/exonum/exonum-btc-anchoring