An open API service indexing awesome lists of open source software.

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

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
```