Difference between revisions of "Taproot Uses"

From Bitcoin Wiki
Jump to: navigation, search
(Added three programs that are taproot ready)
(Changed Beta to Implemented after reading the phases key)
Line 14: Line 14:
 
| Taproot Ring Signatures || https://github.com/jonasnick/taproot-ringsig || Ring Signatures over all Taproot outputs. || Prototype
 
| Taproot Ring Signatures || https://github.com/jonasnick/taproot-ringsig || Ring Signatures over all Taproot outputs. || Prototype
 
|-
 
|-
| LNP Node || https://github.com/LNP-BP/lnp-node || Run the lightning network. || Beta
+
| LNP Node || https://github.com/LNP-BP/lnp-node || Run the lightning network. || Implemented
 
|-
 
|-
| Bitcoin Pro || https://github.com/pandoracore/bitcoin-pro || Issue RGB assets. || Beta
+
| Bitcoin Pro || https://github.com/pandoracore/bitcoin-pro || Issue RGB assets. || Implemented
 
|-
 
|-
| MyCitadel Wallet || https://github.com/mycitadel/mycitadel-node || Send and receive bitcoins and RGB assets. || Beta
+
| MyCitadel Wallet || https://github.com/mycitadel/mycitadel-node || Send and receive bitcoins and RGB assets. || Implemented
 
|}
 
|}

Revision as of 00:43, 7 March 2021

This page is an index of projects using Taproot in an interesting way. Please update with links.

Phases Key:

  • Implemented: Real running code without major known deficiencies.
  • Spec: A detailed document describing how something should work.
  • 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)
Taproot Ring Signatures https://github.com/jonasnick/taproot-ringsig Ring Signatures over all Taproot outputs. Prototype
LNP Node https://github.com/LNP-BP/lnp-node Run the lightning network. Implemented
Bitcoin Pro https://github.com/pandoracore/bitcoin-pro Issue RGB assets. Implemented
MyCitadel Wallet https://github.com/mycitadel/mycitadel-node Send and receive bitcoins and RGB assets. Implemented