https://github.com/scriptscrypt/cryptocabs
A blockchain based ride hailing platform built at centuRITon hackathon.
https://github.com/scriptscrypt/cryptocabs
ethereum ethersjs mantine reactjs solidity
Last synced: 10 months ago
JSON representation
A blockchain based ride hailing platform built at centuRITon hackathon.
- Host: GitHub
- URL: https://github.com/scriptscrypt/cryptocabs
- Owner: scriptscrypt
- Created: 2022-11-25T20:37:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T15:51:56.000Z (about 3 years ago)
- Last Synced: 2025-02-09T20:36:25.507Z (12 months ago)
- Topics: ethereum, ethersjs, mantine, reactjs, solidity
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptcabs
Cryptcabs is a blockchain-based mobility platform that seeks to decentralize the ride-hailing ecosystem.
## For development
1. Install all the dependencies
`npm install`
or
`yarn`
2. Start the development server
`npm start`
or
`yarn start`
3. Visit [localhost:3000](http://localhost:3000)
## Tech Stack
| Technology | Official Link |
| ----------------- | ------------------------------------------------------------------ |
| Reactjs | https://reactjs.org |
| Mantine | https://mantine.dev |
| Solidity | https://docs.soliditylang.org |
| Ethersjs | https://docs.ethers.io |
| Openzepplin | https://openzeppelin.com |
| Remix IDE | https://remix.ethereum.org |
| Etheasy | https://etheasy.web.app |
## Submission for the hackathon
[Link](https://youtu.be/B-WqGwsuGqU)