Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 323 Bytes

Move Script Runner Cli

Since there's no feature to sign and submit move script on wallet extension, this is a cli program that can execute sign and execute script with given private key adn address

Private key will not be saved to anywhere!

How to run

run -p {private_key} -a {account address} -b {bytecode}