Skip to content

I Deployed an ERC20 token with voting extensions from Openzeppelin and a ballot contract to simulate a voting scenario using tokens.

Notifications You must be signed in to change notification settings

joe-bor/TokenizedBallot

Repository files navigation

Template for Hardhat with Viem

Template for initializing a Hardhat project with Viem and TypeScript. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.


References

https://hardhat.org/getting-started/

https://hardhat.org/guides/typescript.html

https://hardhat.org/guides/vscode-tests.html


Install all dependencies by running:

npm install

Once everything is loaded onto your machine, run the following commands to ensure everything works as intended.

npx hardhat compile
npx hardhat test

About

I Deployed an ERC20 token with voting extensions from Openzeppelin and a ballot contract to simulate a voting scenario using tokens.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published