brandonseverin / weekend-project-3

Encode solidity bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weekend Project 3 -

work in progress

  • Develop and run scripts for “TokenizedBallot.sol” within your group to give voting tokens, delegating voting power, casting votes, checking vote power and querying results
  • Write a report with each function execution and the transaction hash, if successful, or the revert reason, if failed

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts

About

Encode solidity bootcamp


Languages

Language:TypeScript 72.6%Language:Solidity 27.4%