Roadblocked is a Decentralised Cab booking app. It provides interactive ride booking with the help of google maps. The rider can select a driver from the list of drivers available. We do trasactions over blockchain through MetaMask wallet.
Roadblocked was built with hardwork and a little help from:
- Solidity
- React
- Hardhat
- Typescript
- Javascript
- Metamask
- Bootstrap
- ArgoUML
- Figma
Before Starting the project, install the
- npm
nvm install npm 16.13.0
- Clone the repo
git clone https://github.com/itsdarshankumar/Roadblocked.git
- Install NPM packages
npm install
- make .env file and enter Avalanche details
touch .env
- Now change the directory to client
cd client - Install NPM packages
npm install
- start the react server
npm start