Managing a vault (CLI)
git clone https://github.com/mangrovedao/vaults-snippets.gitbun installbun cliLast updated
Was this helpful?
To get started with the vaults CLI, download bun first.
Then clone the vaults CLI repository:
git clone https://github.com/mangrovedao/vaults-snippets.gitThen run the following command to install the dependencies:
bun installWhen 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 cliLast updated
Was this helpful?
Was this helpful?