taproot-wizards / purrfect_vault

Demo of an onchain Bitcoin Vault using OP_CAT
MIT License
54 stars 14 forks source link

Add checksig for vault keypair #12

Closed monlovesmango closed 2 months ago

monlovesmango commented 3 months ago

I took a stab at adding a CHECKSIGVERIFY to the scripts which check against a keypair that the vault commits to when created. let me know if I didn't get it quite right or if there is anything you don't like about my implementation, happy to make changes!