#DSE
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-
- Insider Trading
- Third party involvement
- Price of transaction
- 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.
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
npm install -g ethereumjs-testrpc
npm install -g truffle
Run test-rpc
./starttestrpc.sh
Compile project
truffle compile
Deploy project
truffle migrate
Run Web-App
npm run dev