mmurphy384 / b9labs-splitter

This is the splitter contract from week3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Mike Murphy's Splitter Contract.

At this point, the contract is getting to a decent proto-type state

##Latest Revision:

  • 3/19/2017 - 02:13 GMT - Convert to PULL. Awaiting code review.
  • 3/02/2017 - 03:44 GMT - Applied round 2 recommendations from Xavier. Split works. Test works. Events works, UI works.
  • 2/28/2017 - 03:44 GMT - Created a working UI. Split works. Balances refresh.
  • 2/21/2017 - 03:08 GMT - Applied Xaviers recommendations in the tests and contract code.

##To Do List:

  1. Get the constructor to set Bob and Carol's addresses to account[1] and account[2]
  • DONE!
  1. Create a test to instantiate the contract and set it up for use.
  • DONE!
  1. Get the split() so that it can dynamically figure out who to send the ether to.
  • DONE!
  1. Create a test to exercise the split.
  • DONE!
  1. Create the UI / Web Pages
  • DONE! (well. It could use a little bullet-proofing, but it works)
  1. Create a watcher/listener to show logs
  • DONE!
  1. Create a pull mechanism so that Alice can retrieve her share.
  • DONE!
  1. Create a better UI to reflect the Alice, Bob, Carol experience:
  • DONE!

About

This is the splitter contract from week3


Languages

Language:JavaScript 99.6%Language:HTML 0.3%Language:CSS 0.1%