manki11 / DSE_Hackrupt

Decentralised Stock Exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#DSE

Decentralised Stocks Exchange

A decentralized stocks exchange. Today's Stck Exchange has a number of problems that can be solved by introducing Blockchain. The problems faced by stock exchanges today are-

  1. Insider Trading
  2. Third party involvement
  3. Price of transaction
  4. Little or no Transparency

By developing a decentralized stock change all transactions on the chain will pe public, thus making it less vulnerable to fraud and deceit.

Project ScreenShots

Alt text

Alt text

Alt text

Alt text

Steps to run project

Make sure npm and nodejs are installed on your machine. Metamask extension in chrome would be recommended.

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

Run Web-App

npm run dev

About

Decentralised Stock Exchange


Languages

Language:JavaScript 97.5%Language:HTML 2.3%Language:Shell 0.1%Language:CSS 0.1%