🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@bgd-labs/aave-cli

Package Overview
Dependencies
Maintainers
3
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bgd-labs/aave-cli

A cli to perform various aave governance related tasks

latest
Source
npmnpm
Version
1.4.5
Version published
Maintainers
3
Created
Source

BGD Labs <> Aave CLI

About

aave-cli is a command line tool providing commands to automate certain tasks when interacting with the aave protocol. For a full overview of features you can run aave-cli --help

Installation

Make sure to setup your .env as most utilities rely on tenderly and will fail otherwise.

TENDERLY_ACCESS_TOKEN=
TENDERLY_PROJECT_SLUG=
TENDERLY_ACCOUNT=

Local installation

npm i @bgd-labs/aave-cli

Global installation

npm i -g @bgd-labs/aave-cli

Once installed you should be able to run commands via the @bgd-labs/aave-cli or the aave-cli binary.

Alternatively you can use npx @bgd-labs/aave-cli to run the cli via npx.

Ipfs

aave-cli ipfs <source> can be used to generate the bs58 hash of a single file.

Diff-Snapshots

aave-cli diff <from> <to> can be used to diff two config snapshots & generate a human readable report.

Governance

View

aave-cli governance view will start a command line ui for the aave governance. The command line ui, explains how to vote and generates the proofs needed for voting or registering roots.

GetStorageRoots

aave-cli governance getStorageRoots --proposalId <id> is a utility that generates the storage roots for the data warehouse.

GetVotingProofs

aave-cli governance getVotingProofs --proposalId <id> --voter <voter> generates the voting proofs for a specific address.

FAQs

Package last updated on 20 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts