bit-matrix / script-wiz-lib

MIT License
42 stars 5 forks source link

Add support for template strings #43

Open tiero opened 2 years ago

tiero commented 2 years ago

Would be helpful to parametrize the created/compiled scripts with special template strings, maybe starting with $ sign like Ionio templating strings

For example a pay to pub key hash could make use of $myPubKey

OP_DUP OP_HASH160 $myPubKey OP_EQUALVERIFY OP_CHECKSIG