https://github.com/badger-finance/snapshot-voting
Snapshot voting using a PK hosted on AWS Secrets Manager
https://github.com/badger-finance/snapshot-voting
Last synced: 3 months ago
JSON representation
Snapshot voting using a PK hosted on AWS Secrets Manager
- Host: GitHub
- URL: https://github.com/badger-finance/snapshot-voting
- Owner: Badger-Finance
- Created: 2021-10-04T21:09:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T21:12:41.000Z (over 3 years ago)
- Last Synced: 2025-01-14T18:08:31.774Z (4 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snapshot-voting
## Usage
Add voting preferences to `votes//.json` file.
### Installation
```
yarn install
```### Print voting preferences from file
```
yarn print --proposal
```### Vote
```
yarn vote --proposal
```