this is a repository for a full stack trading platform with React, Nodejs, D3js chart and Solidity smart contract
features:
- Tailwind animation and effect
- Full responsive
- Credential authentication
- Search and filter functionality
- Smart contract
- Buying and Selling
- Error handling with React Toast
- Featured crypto currentcy based on user interest
- D3 candlestick chart
- Crypto price on hover graph (tooltips)
- API design
- Transaction history
- Update user transaction to block chain with smart contract from blockchain
- Update user crypto currentcy ballance with smart contract from blockchain
git clone https://github.com/bbi3mn4u69/COS30049-Computing_Technology_Innovation_Project.git
npm i
sudo npm install -g [email protected]
truffle init
- Set up new workspace on Ganache using truffle-config.js file
truffle compile
truffle migrate
cd client
npm start
cd server
npm start