/dividend-splitting-contract

This contract issues shares and allows profits to be split according to ownership at the time of the profit.

Primary LanguageJavaScript

About This Contract

This contract issues shares and allows profits to be split according to ownership at the time of the profit. New shares can be offered at a set price after a 51% vote.

Instructions

  1. Install with yarn
  2. Compile the contracts with truffle compile
  3. Deploy the contracts (to a running testrpc) with truffle deploy --reset
  4. Compile the client-code with yarn client-build
  5. Run the client with yarn client-run