An ExecutorFactory that allows to substitute original contract's source code.
Useful for debugging purposes (eg. to quickly add some console.logs in contract
or to test a fix or a new feature - without the need of redeploying a new contract on Arweave);
An ExecutorFactory that allows to substitute original contract's source code. Useful for debugging purposes (eg. to quickly add some console.logs in contract or to test a fix or a new feature - without the need of redeploying a new contract on Arweave);
Not meant to be used in production env! ;-)