Service that allows people to deploy and use a smart contract for paying employees in ether.
Decentralized Ether payroll service.
testrpc
in another terminal
truffle compile
to compile contracts
truffle migrate
to migrate compiled contracts to testchain running
in another terminal
npm run dev
to start webpack and view app on localhost
Requirements for running the application:
- Truffle v4.0.0-beta.2
- Node v6+
npm i
- Installs app dependencies so you can run the server locally