Aptos Move PublisherYou can Publish and run move functions using a user friendly interface. FeaturesWhen you enter string in CLI, you cannot have spaces or any special characters. If you want something like that, you would need to convert it to hex and then use it. But in this extension, you just need to enter the string and it gets automatically converted to hex. For eg: Also it is easy to edit the arguments with the UI How to useYou will get a icon on the sidebar which would enable you run, compile, publish, test and also fund your account. When you click on run, a window would open where you can enter the arguments along with the type which is displayed as a dropdown. The comands will run in the terminal so if there is no active terminal, it will create one for you. Please open the folder containing the move modules with move.toml for the extension to work properly. |