Skip to main content

CLI

Introduction

Super Protocol CLI is a powerful tool for developers. It supports all the functionality currently available in the protocol.

Installation

Linux:

curl -L https://github.com/Super-Protocol/ctl/releases/latest/download/spctl-linux-x64 -o spctl
sudo install spctl /usr/local/bin/spctl

macOS:

curl -L https://github.com/Super-Protocol/ctl/releases/latest/download/spctl-macos-x64 -o spctl
sudo install spctl /usr/local/bin/spctl
note

Windows is not supported, please use WSL

Alternatively, you can download CLI from GitHub repository. It will be constantly updated in the future so follow the announcements in our social networks.

Getting started

Before you can use CLI you need to create a configuration file. Please refer to this guide to do that.

To get familiar with the available commands please use commands documentation.

If you want to deploy your own solutions on Super Protocol, check our guides section.