NPM:
npm i -g highlayer-cli
This command will start your contract template with some test interactions
highlayer-cli init .
The command below will automatically build everything in the src/ dir, or specified dir
highlayer-cli build
The command below will automatically deploy the contract
highlayer-cli deploy ....contract.js
To be able to deploy your contract using the deploy command you will have to create a walet identity
highlayer-cli setwallet <privatekey> <address> --password test123