Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 838 Bytes

intresting_features.md

File metadata and controls

11 lines (10 loc) · 838 Bytes

Here we describe some features of toncli

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