@api3/airnode-admin
v0.14.2
Published
> A package/CLI tool to interact with the Airnode contracts across chains
Downloads
276
Readme
@api3/airnode-admin
A package/CLI tool to interact with the Airnode contracts across chains
Documentation
You can find documentation on how to use the admin CLI package in the admin CLI docs.
For developers
Build the docker image locally
To build the image follow these instructions.
Run from source
There are two ways how to run the CLI from source without building a docker image:
- Run
yarn cli ...
- First build the package using
yarn build
, then make the CLI binary executable by runningchmod +x ./dist/bin/admin.js
. Finally, you can runyarn airnode-admin ...
.