First Ðapp, developed for Building Blocks Hackathon
Smart solidity contract setup for royalty payment. Royalty contract executes based on parameters from policies contract.
Utilizes Truffle ethereum development framework and testrpc testnet as chain.
Install Truffle
$ npm install -g truffle
Install testrpc
$ npm install -g ethereumjs-testrpc
Run testnet
$ testrpc
(From project directory) compile and deploy contracts to testnet
$ truffle compile
$ truffle deploy
Serve app
$ truffle serve