I usually use the CLI with a .toml
file that contains a private key to publish a Move contract. Now, I want to deploy the contract by sending the contract which compiled to byte-code to the wallet and requesting it to sign the transaction and publish the contract. I’m using the Petra wallet and ts-sdk, so is there any way to do that?
1 Like
Think the closest thing to this would be the the tool mentioned in the post below - it will need to be forked to be compatible with movement as we only support up to version 3.5 - would that solve what you’re going for?
1 Like