pwilson77 / group-15-encode-solidity-bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homework:

  1. Read the references
  2. Finish covering other operations with scripts

Weekend Project

  1. Form groups of 3 to 5 students Structure scripts to:
  2. Deploy
  3. Query proposals
  4. Give vote right passing an address as input
  5. Cast a vote to a ballot passing contract address and proposal as input and using the wallet in environment
  6. Delegate my vote passing user address as input and using the wallet in environment
  7. Query voting result and print to console
  8. Publish the project in Github
  9. Run the scripts with a set of proposals, cast and delegate votes and inspect results
  10. Write a report detailing the addresses, transaction hashes, description of the operation script being executed and console output from script execution for each step (Deployment, giving voting rights, casting/delegating and querying results).

(Extra) Use TDD methodology

About


Languages

Language:TypeScript 75.9%Language:Solidity 21.2%Language:JavaScript 2.1%Language:Shell 0.8%