This project is a basic application to anchor data on the Ethereum blockchain and allows versionnning.
[Truffle] (https://github.com/trufflesuite/truffle)
Must install ethereum node as well. Launch either testrpc or geth node.
[Geth] (https://www.ethereum.org/cli)
[Testrpc] (https://github.com/ethereumjs/testrpc)
You can run truffe compile && truffle migrate && truffle test
to initiate testing mode.
To generate the application and start interacting with the contract just run truffle exec main.js