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.
- manage dedicated nodes
- manage network specs
- check platform information
curl -s https://raw.githubusercontent.com/OnFinality-io/onf-cli/master/scripts/install/install.sh | bash
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
git clone https://github.com/OnFinality-io/onf-cli.git
cd onf-cli
make binary-osx
Key | Description |
---|---|
ONF_ACCESS_KEY | How to obtain: https://app.onfinality.io/account |
ONF_SECRET_KEY | How to obtain: https://app.onfinality.io/account |
ONF_WORKSPACE_ID | Specify a workspace ID |