$completium-cli
is a command line interface to interact (orginate, call, ...) with 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 i @completium/completium-cli -g
Once installed, run the init
command:
completium-cli init
warning
If completium CLI was already installed, this command erases previous configuration (accounts, contracts, endpoints).
Run completium-cli init --soft
to keep previous configuration.