Othentic CLI is the primary interface for deploying and managing your AVS.
Verify you have Node.js version 22.6.0 installed by running:
Node.js
nvm use 22.6 node -v # Should output: v22.6.0
Node.js must be exactly v22.6.0; any other version will cause compatibility issues.
If needed, manage Node.js versions using nvmarrow-up-right.
Install the CLI & node client globally using your preferred package manager:
pnpm add -g @othentic/cli pnpm add -g @othentic/node
yarn global add @othentic/cli yarn global add @othentic/node
npm i -g @othentic/cli npm i -g @othentic/node
Run:
otcli -V otnode -V # Should output version number # 1.x.y
You've successfully installed Othentic CLI.
Next, use the CLI to deploy AVS smart contracts on testnet.
Last updated 7 months ago