Move Scripts
What are Move Scripts?
Move Scripts are a way to run multiple public functions on Endless in a single transaction. This is similar to deploying a helper module that would do common tasks, but allows for the flexibility of not having to deploy beforehand.
An example would be a function to transfer a half of a user's balance to another account. This is something that is easily programmable, but likely would not need a module deployed for it:
Learn more about using Move Scripts
Writing scripts
Compiling scripts
Running scripts
More details
For more details on Move Scripts, checkout:
Move Book on Scripts
Tutorial on Scripts
Last updated