Covenants Uses: Difference between revisions
Jump to navigation
Jump to search
m Update primitives for DLCs |
m Split DLCs into two rows (performance and transferability) |
||
Line 10: | Line 10: | ||
|- | |- | ||
! Name !! Link !! Description !! Phase (Implemented, Spec, Prototype, Idea) !! Primitives | ! Name !! Link !! Description !! Phase (Implemented, Spec, Prototype, Idea) !! Primitives | ||
|- | |- | ||
| Joinpool || https://notes.dunst.be/slide/#/2/slide/view/Ekky-cAegV9dSOaNOjH9TStNOmAnrhDDc9hxHlmRs5M/embed/present/ || Rolling coinjoin || Idea || CHECKTEMPLATEVERIFY | | Joinpool || https://notes.dunst.be/slide/#/2/slide/view/Ekky-cAegV9dSOaNOjH9TStNOmAnrhDDc9hxHlmRs5M/embed/present/ || Rolling coinjoin || Idea || CHECKTEMPLATEVERIFY | ||
Line 16: | Line 15: | ||
| Vault || https://github.com/jamesob/simple-ctv-vault || Vault without pre-signed transactions || Prototype || CHECKTEMPLATEVERIFY | | Vault || https://github.com/jamesob/simple-ctv-vault || Vault without pre-signed transactions || Prototype || CHECKTEMPLATEVERIFY | ||
|- | |- | ||
| DLCs || https://github.com/discreetlogcontracts/dlcspecs/ <br> https://covenants.info/use-cases/dlcs/ <br> https://github.com/bennyhodl/dlcat || 30x more performant | | rowspan="2" | DLCs || rowspan="2" | https://github.com/discreetlogcontracts/dlcspecs/ <br> https://covenants.info/use-cases/dlcs/ <br> https://github.com/bennyhodl/dlcat || 30x more performant DLCs || Prototype / Spec || CHECKTEMPLATEVERIFY / TXHASH / CHECKCONTRACTVERIFY | ||
|- | |- | ||
| Transferable DLCs || Idea || CAT / TXHASH / CHECKCONTRACTVERIFY | |||
|} | |} |
Revision as of 21:28, 22 December 2024
This page is an index of projects using covenants in an interesting way. Please update with links.
Phases Key:
- Spec: A detailed document
- Prototype: A component of something is built or a toy-level implementation
- Idea: A description of something which could be built.
Name | Link | Description | Phase (Implemented, Spec, Prototype, Idea) | Primitives |
---|---|---|---|---|
Joinpool | https://notes.dunst.be/slide/#/2/slide/view/Ekky-cAegV9dSOaNOjH9TStNOmAnrhDDc9hxHlmRs5M/embed/present/ | Rolling coinjoin | Idea | CHECKTEMPLATEVERIFY |
Vault | https://github.com/jamesob/simple-ctv-vault | Vault without pre-signed transactions | Prototype | CHECKTEMPLATEVERIFY |
DLCs | https://github.com/discreetlogcontracts/dlcspecs/ https://covenants.info/use-cases/dlcs/ https://github.com/bennyhodl/dlcat |
30x more performant DLCs | Prototype / Spec | CHECKTEMPLATEVERIFY / TXHASH / CHECKCONTRACTVERIFY |
Transferable DLCs | Idea | CAT / TXHASH / CHECKCONTRACTVERIFY |