An open API service indexing awesome lists of open source software.

https://github.com/dfinity/bitcoin-canister


https://github.com/dfinity/bitcoin-canister

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bitcoin Canister



Apache-2.0
API Specification
Chat on the Forum


## Overview
The Bitcoin canister is the core component of the Bitcoin integration project. It enables other canisters deployed on the Internet Computer to use Bitcoin and interact with the Bitcoin network.

To this end, it provides a low-level API with a small set of functions, which serve as the foundation to build powerful Bitcoin libraries and other development tools, and Bitcoin smart contracts running on the Internet Computer.

## Useful Links

* [Documentation](https://internetcomputer.org/docs/current/developer-docs/integrations/bitcoin/)
* [Interface Specification](/INTERFACE_SPECIFICATION.md)
* [Tutorial: Deploying Your First Bitcoin Dapp](https://internetcomputer.org/docs/current/samples/deploying-your-first-bitcoin-dapp/)
* [Tutorial: Developing Bitcoin Dapps Locally](https://internetcomputer.org/docs/current/developer-docs/integrations/bitcoin/local-development)

For developers contributing to this repo, please see the [development guide](/development-guide.md).