Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.06 KB

File metadata and controls

58 lines (35 loc) · 1.06 KB

DIR

Decentralised Investigative Report

A decentralized investigation report for people to report crimes to police in real time. As this Dapp is based on blockchain any malice can be easily seen and found.

The Dapp will have 4 consoles. One each for the user, police, investigators, and the judge. Once the user submits a DIR , it will be appended into the blockchain and can't be tampered with or removed after that.

Project ScreenShots

Alt text

Alt text

Alt text

Alt text

Steps to run project

Make sure npm and nodejs are installed on your machine.

Clone the repository on your local machine and run.

npm install
Setting up the development environment
npm install -g ethereumjs-testrpc
npm install -g truffle
Running the project

Run test-rpc

./starttestrpc.sh

Compile project

truffle compile

Deploy project

truffle migrate