https://github.com/keep-network/treasury-manager
https://github.com/keep-network/treasury-manager
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keep-network/treasury-manager
- Owner: keep-network
- Created: 2020-05-08T17:35:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T03:28:12.000Z (almost 6 years ago)
- Last Synced: 2025-04-03T20:43:56.789Z (12 months ago)
- Language: TypeScript
- Size: 828 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
treasury-manager
================
CLI to manage the Keep treasury, including building Gnosis Safe transactions
in an airgap-friendly way and managing grants.
Getting started
---------------
Build the CLI with
```
npm i
npm run build
```
and run with
```
nodejs dist/index.js
```