GraphLinq support Lua to write custom blocks for your graph on the platform
This documentation allow you you to understand how to use Lua for your custom blocks.
Each functions will be detailled with some use cases and how to use them in your script.
The supported Lua version is Lua 5.2 at 99% (with the only unsupported feature being weak tables support)
- Easy custom SmartContract integration directly in Lua
- Support for metalua style anonymous functions (lambda-style)
- An embedded JSON parser (with no dependencies) to convert between JSON and Lua tables
- Script run in a sandbox
- Custom interaction with your graph from Lua (call functions, emit events ..)
- Script error directly on your GraphLinq dashboard or in terminal logs