- All commands have well described
help
messages you can run any command with-h
flag to see helptoncli -h
- as example
- You can use
toncli f
/toncli fift
instead of runningfift -I .../fift-libs
- You can use
toncli fc
/toncli func
instead of runningfunc -SPA .../func-libs/stdlib.fc
- You can use
toncli lc
/toncli lite-client
instead of runninglite-client -C /usr/lib/testnet-global.config.json
- Network configuration
--net
flag, you may want to see help message
- Network configuration
- You can convert string to integer
toncli tointeger TEST
to add text to yourfunc
files - You can auto build func files and then run own fift file E.g.
toncli run fift/load_c4.fif --build
inexternal_data
- You can build all contracts in project by
toncli fc build