cell-cli is a shell wrapper of ckb-cli
with features for Cell Script.
git clone git@github.com:cell-labs/cell-cli.git
## Enter your CKB private key in cell.config.js
npm install
npm install -g .
cell-cli deploy ./helloworld
node ./createCoin.js
node ./transferCoin.js