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

Install the CLI globally using your preferred package manager:

pnpm add -g @othentic/othentic-cli
3

Verify installation

Run:

othentic-cli -V
# Should output version number
# 1.x.y

Success!

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

Last updated