/Ethereum_DAAP_Flight_Insurance_Company

Semicolons Hackathon code for Building DAPP for Flight insurance company

Primary LanguageJavaScript

Ethereum_DAAP_Flight_Insurance_Company

Source code files built during Semicolon hackathon.

Commands to start a blockchain node

  1. geth --identity “yourIdentity” -- init /path_to_folder/CustomGenesis.json -- datadir path_to_your_data_directory/ACPrivateChain
  2. geth --datadir /path_to_your_data_directory/ACPrivateChain --networkid 9876
  3. geth attach /path_to_your_data_directory/YOUR_FOLDER/geth.ipc