Petunia is my pet project to get familiar with Ethereum. It's easy to use e-commerce payment gate.
Here is a blogpost explaining how it works https://medium.com/@zuchos/smart-contract-payment-gate-for-e-commerce-ea8a078aca6e
Install following using npm:
- truffle
- testrpc
- http-server
- Start testrpc with
testrpc
command. - In
solidity
runtruffle deploy
. - In
webapp
runhttp-server -S
. - In
webservice
runnpm start