-
Notifications
You must be signed in to change notification settings - Fork 9
Icetea CLI Introduction
Truong Hong Thi edited this page Sep 28, 2019
·
2 revisions
- Node.js version 12.9.1 or later
$ npm i -g TradaTech/icetea
- For help:
icetea --help
- Init datadir for privatenet:
icetea init -n private
- datadir is stored at
$HOME/.icetea
- testnet and mainnet will be release soon
- datadir is stored at
- Start privatenet:
icetea start -n private
- You can debug contract by turn on debug mode:
icetea start -n private -d
- contract after deployed is in
contract_src
folder
- You can debug contract by turn on debug mode:
- Ui (for development only):
icetea app
- The app is on
http://localhost:3001
- The app is on