Skip to content

Commit

Permalink
Update vaults.md
Browse files Browse the repository at this point in the history
Add references to vaults page.
  • Loading branch information
JeremyRubin authored Jun 2, 2023
1 parent d9f6d55 commit ec39093
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/uses/vaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,18 @@ ability for a support desk to improperly move funds.
Furthermore, all such designs can be combined with relative time locks to give
time for compliance and risk desks to intervene.

Check out the following for more information and code examples of Vaults:

### Implementations
- [simple client](https://github.com/jamesob/simple-ctv-vault)
- [python-vaults](https://github.com/kanzure/python-vaults)
- [Bitcoin Core
Implementation](https://github.com/JeremyRubin/bitcoin/blob/checktemplateverify-feb1-workshop/src/wallet/rpcwallet.cpp#L1339)
- [Sapio Vault Tutorial](https://rubin.io/bitcoin/2022/03/22/sapio-studio-btc-dev-mtg-6/)
### General Information
- [Custody Protocols Using Bitcoin Vaults](https://arxiv.org/abs/2005.11776)
- [On-chain defense in
depth](https://github.com/kanzure/diyhpluswiki/blob/5bd7b874a02bbb9f22a76d30441a7c200ee5eb76/transcripts/2019-02-09-mcelrath-on-chain-defense-in-depth.mdwn)
- [Revault](https://github.com/kanzure/diyhpluswiki/blob/2a52f13ff4b3a19bca4c0239401192afe94c572a/transcripts/honey-badger-diaries/2020-04-24-kevin-loaec-antoine-poinsot-revault.mdwn)
- [Building Vaults on Bitcoin](https://rubin.io/bitcoin/2021/12/07/advent-10/)
- [Inheritence Schemes](https://rubin.io/bitcoin/2021/12/08/advent-11/)

0 comments on commit ec39093

Please sign in to comment.