Managing a vault (CLI)

To get started with the vaults CLI, download bun first.

Then clone the vaults CLI repository:

git clone https://github.com/mangrovedao/vaults-snippets.git

Then run the following command to install the dependencies:

bun install

When running the CLI, ti expects to have an environment variable PRIVATE_KEY . This is the private key with which deployment, and management will be done. I any other login method is needed, please feel free to modify the code or raise an issue.

Then run the CLI:

bun cli

Last updated