Install Othentic CLI

Othentic CLI is the primary interface for deploying and managing your AVS.

1

Prepare to install

Verify you have Node.js version 22.6.0 installed by running:

nvm use 22.6
node -v # Should output: v22.6.0
2

Install the Othentic CLI and node client

Install the CLI & node client globally using your preferred package manager:

pnpm add -g @othentic/cli
pnpm add -g @othentic/node
3

Verify installation

Run:

otcli -V
otnode -V
# Should output version number
# 1.x.y

Success!

Next, use the CLI to deploy AVS smart contracts on testnet.

Last updated