You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
572 B
13 lines
572 B
2 years ago
|
# ao-cli
|
||
|
|
||
|
A command-line interface (CLI) that helps you install, use, and configure the Autonomous Organization (AO). This package includes the command line tool `ao-cli` (alias `ao`) which makes it very easy to install and use the AO via the command line or a web browser. `ao-cli` is a Node/JavaScript CLI tool that wraps the functionality of Alchemy, AO administration, plus key AO features into one convenient interface.
|
||
|
|
||
|
To run immediately:
|
||
|
|
||
|
`npx @autonomousorganization/ao-cli`
|
||
|
|
||
|
To install:
|
||
|
|
||
|
`npm i -g @autonomousorganization/ao-cli`
|
||
|
|
||
|
Then you can run with `ao-cli`.
|