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
Node.js must be exactly v22.6.0; any other version will cause compatibility issues.
If needed, manage Node.js versions using nvm.
2
Next, use the CLI to deploy AVS smart contracts on testnet.
Last updated