How to assemble and test a script on Bitcoin testnet online?

0

Given a script using Multisig, how can I convert addresses to hash that can be used in the script then assemble the script and then launch it inside a transaction on Bitcoin testnet that can viewed on a block explorer ?

Also how to encode argument for OP_CHECKLOCKTIMEVERIFY in order to set validity in terms of a block height ?

user2284570

Posted 2019-03-28T12:50:46.317

Reputation: 189

The script uses some rare but still valid Opcodes so full Opcode set needs to be supported by the assembler.user2284570 2019-03-28T12:55:28.493

No answers