Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 573 Bytes

Anchor Data On Ethereum

This project is a basic application to anchor data on the Ethereum blockchain and allows versionnning.

Prerequisities

[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)

Test

You can run truffe compile && truffle migrate && truffle test to initiate testing mode.

Build

To generate the application and start interacting with the contract just run truffle exec main.js