Skip to content

Icetea CLI Introduction

Truong Hong Thi edited this page Sep 28, 2019 · 2 revisions

Icetea CLI - Introduction

Prerequisite

  • Node.js version 12.9.1 or later

Install

$ npm i -g TradaTech/icetea

Introduction

  • 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
  • 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
  • Ui (for development only): icetea app
    • The app is on http://localhost:3001