Skip to content

cell-cli is a wrapper of `ckb-cli` with features for Cell Script.

Notifications You must be signed in to change notification settings

cell-labs/cell-cli

Repository files navigation

cell-cli

cell-cli is a shell wrapper of ckb-cli with features for Cell Script.

Usage

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

About

cell-cli is a wrapper of `ckb-cli` with features for Cell Script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published