Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitcoincore-dev/miniscript-templates
Templates for Miniscript-based spending policies. For use by Bitcoin wallet developers and users.
https://github.com/bitcoincore-dev/miniscript-templates
bitcoin bitcoin-core bitcoin-transaction bitcoin-wallet miniscript
Last synced: about 2 months ago
JSON representation
Templates for Miniscript-based spending policies. For use by Bitcoin wallet developers and users.
- Host: GitHub
- URL: https://github.com/bitcoincore-dev/miniscript-templates
- Owner: bitcoincore-dev
- License: bsd-2-clause
- Fork: true (Blockstream/miniscript-templates)
- Created: 2023-10-04T14:55:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T03:19:45.000Z (5 months ago)
- Last Synced: 2024-06-28T04:30:02.686Z (5 months ago)
- Topics: bitcoin, bitcoin-core, bitcoin-transaction, bitcoin-wallet, miniscript
- Homepage: https://bitcoincore-dev.github.io/miniscript-templates
- Size: 1.71 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miniscript Templates
## About
[Miniscript](https://bitcoin.sipa.be/miniscript/) is a language for composing Bitcoin Scripts in a structured way, facilitating analysis, composition, and generic signing. It's a simplified, composable subset of Bitcoin's Script language. Developed to overcome limitations in writing complex spending conditions directly in Bitcoin Script, it enables formal verification and offers a more human-friendly interface.
## Goals
- Have reviewed templates that leverage miniscript to assure there are not unintended ways of executing a valid spend beyond the intended miniscript policy.
- Have standardized usages of miniscript to streamline software and hardware wallet integrations.
- Have uniform on-chain usage of miniscript templates for better privacy.## Submission Format
1. Name of Template
2. Goal to be achieved by template
3. Example Miniscript Output Descriptor