A simple vault structure using OP_CTV
This repository demonstrates an implementation of simple, “single-hop” vaultsusing the proposed OP_CHECKTEMPLATEVERIFY opcode. OP_CTV allows the vault strategy to be used without the need to maintain criticalpresigned transaction data for the lifetime of the vault, as in the case of earliervault implementations. This approach is much simpler operationally, since all relevantdata aside from key material can be regenerated algorithmically. This makes vaultingmore practical at any scale. The code included here is intended to be approachable and easy to read, thoughit […]
Read more