Getting Started#

Walk through setting up your own App with custom Actions, third-party app integrations, user signup and usage monitoring.

Install the Bitmio CLI#

bash
1
npm install -g bitmio-cli

For a list of all supported commands run help:

bash
1
bitmio help

In the next step we will create a Bitmio account if needed and authenticate our CLI.

Getting Started