@tributelabs/voters
v1.0.8
Published
Display voter information for Tribute DAO Snapshot Hub proposals.
Maintainers
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 buildFrom the project root:
npm run build -w @tributelabs/votersRunning Tests Locally
Single run
From the project root:
npm test -- packages/votersWatch on files change
From the project root:
npm run test:dev -- packages/voters