Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.05 KB

⚡️ Voting Power Tokens

Some governance tokens gives too much power (and resposibility). What if we could split them in more granular tokens delegate to different people?

This is what Voting Power Tokens are about. Read more

🚧 Work in progress 🚧

Apps and Packages

  • web: Standalone web app deployed at https://votingpower.wtf.
  • sdk: TypeScript SDK to interact with the contracts.
  • contracts: Solidity contracts.

Contributing

Questions, feature requests, bug reports and PRs are always welcome!

To spin up a dev environment:

# Install deps
pnpm install

# Start dev environment
pnpm run dev

# Build for production
pnpm run build

Thanks