Categorygithub.com/OnFinality-io/onf-cli
module
0.4.2
Repository: https://github.com/onfinality-io/onf-cli.git
Documentation: pkg.go.dev

# README

OnFinality Command Line Tool

OnFinality is a SaaS Platform to support blockchain developers by providing infrastructure and API services so you can automate blockchain DevOps. this CLI tool can help users to interact with OnFinality platform in developer prefer way.

Features

  • manage dedicated nodes
  • manage network specs
  • check platform information

Installation

curl -s https://raw.githubusercontent.com/OnFinality-io/onf-cli/master/scripts/install/install.sh | bash

Note:

If you encountered a permission denied failure from the above command, please refer to the command below instead:

curl -s https://raw.githubusercontent.com/OnFinality-io/onf-cli/master/scripts/install/install.sh | sudo bash

For development

git clone https://github.com/OnFinality-io/onf-cli.git
cd onf-cli
make binary-osx

Env configuration

KeyDescription
ONF_ACCESS_KEYHow to obtain: https://app.onfinality.io/account
ONF_SECRET_KEYHow to obtain: https://app.onfinality.io/account
ONF_WORKSPACE_IDSpecify a workspace ID

# Packages

No description provided by the author
No description provided by the author