@tributelabs/voters
v1.0.8
Published
Display voter information for Tribute DAO Snapshot Hub proposals.
Downloads
11
Readme
@tributelabs/voters
Displays a list of voter Discord handles (or ENS handles, or Ethereum addresses) for a Tribute DAO's Snapshot Hub (ERC-712) proposal.
Building for production
Output will be written to packages/voters/dist
.
From the directory packages/voters
:
npm run build
From the project root:
npm run build -w @tributelabs/voters
Running Tests Locally
Single run
From the project root:
npm test -- packages/voters
Watch on files change
From the project root:
npm run test:dev -- packages/voters