Skip to content

CLI Installation

  1. git clone git@bitbucket.org:skutrondev/skc-sct-cli.git
  2. cd skc-sct-cli
  3. nvm use 20
  4. npm run clean
  5. npm run setup
  6. npm run dev
  • To check the CLI is successfully installed, use the following command:
bash
skc-sct --help
  • If the setup is successful, you should see the following output:

Sample Output

bash
skc-sct <command>

Commands:
  skc-sct completion   generate completion script
  skc-sct exchange     exchange related commands
  skc-sct token        token related commands
  skc-sct tokenLedger  tokenLedger related commands
  skc-sct tokenType    token type related commands
  skc-sct trade        trade related commands
  skc-sct user         user related commands

Options:
  --help       Show help                                                                                                           [boolean]
  --version    Show version number                                                                                                 [boolean]
  --configDir  config path for the user                                                                                  [string] [required]

For more information, find our manual at skc-sct-cli/docs
  • In case the setup fails, try executing the following command:
bash
  nvm use v20.11.0
  npm link