-
Notifications
You must be signed in to change notification settings - Fork 48
tools_aergoluac
eve2adam edited this page Nov 2, 2018
·
1 revision
aergoluac is a command line tool that compile lua script to binary code for contract
For a list of all commands known to aergoluac, simply run it with no arguments
Usage:
aergoluac [flags] srcfile bcfile
Flags:
-a, --abi string abi filename
-h, --help help for aergoluac
--payload print the compilation result consisting of bytecode and abi
$ aergoluac test.lua test.bc -a test.abi
$ aergoluac test.lua --payload