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
Would be helpful to parametrize the created/compiled scripts with special template strings, maybe starting with
$sign like Ionio templating stringsFor example a pay to pub key hash could make use of
$myPubKey