Skip to content

Icetea CLI Introduction

Sotatek-DucPham edited this page Jul 26, 2019 · 2 revisions

Icetea CLI - Introduction

Prerequisite

  • Node.js version 12
  • webpack, webpack-cli, webpack-dev-server installed globally (for ui feature only)

Install

$ npm i -g https://github.com/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
Clone this wiki locally