Introduction
completium-cli
is a command line interface that provides an account and endpoint management system, to interact (orginate, call, ...) with Archetype and Michelson smart contracts on the Tezos blockchain.
The list of available commands is displayed with:
completium-cli help
Install
It is distributed as a npm package. Install it with the following command:
npm install -g @completium/completium-cli
Once installed, run the init
command:
completium-cli init
info
Run completium-cli init
every time a new version of Completium CLI is installed.