Skip to content

kayceeDev/Project-One

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Project One

Writing unit tests for Ballot.sol

  • Structure scripts to
    • Deploy
    • Query proposals
    • Give vote right passing an address as input
    • Cast a vote to a ballot passing contract address and proposal as input and using the wallet in environment
    • Delegate my vote passing user address as input and using the wallet in environment
    • Query voting result and print to console
  • Publish the project in Github
  • Run the scripts with a set of proposals, cast and delegate votes and inspect results
  • 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.3%
  • Solidity 20.1%
  • JavaScript 1.9%
  • Shell 0.7%