-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ᴀ ꜱ ᴛ ᴇ ʀ ɪ ᴀ
authored
Aug 20, 2021
1 parent
faf44b9
commit 5a5d617
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
<img src="bitcoin.clar.png"></img> | ||
|
||
Cross-chain Bitcoin transaction verification and other Bitcoin things for Stacks smart contracts. | ||
--- | ||
|
||
`bitcoin.clar` is a Clarity library that you can use in your smart contracts to do various operations that involve Bitcoin. | ||
|
||
`bitcoin.clar`'s primary feature currently is cross-chain transaction verification. This means you can verify that Bitcoin transactions happened in a trustless smart contract on the [Stacks blockchain](https://stacks.co). | ||
|
||
It currently powers [Catamaran swaps](https://www.catamaranswaps.org) & [Sypool](https://sypool.co)'s transaction verification. We built `bitcoin.clar` specifically for Sypool, but the applications of verifying Bitcoin transactions through smart contracts are far more than that. We're trying to build docs and make this a library that other developers in the ecosystem can use too! | ||
|
||
|