Skip to content

manki11/DSE_Hackrupt

Repository files navigation

#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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages