Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityachandak287/dopatti
A distributed card game built on top of ethereum blockchain.
https://github.com/adityachandak287/dopatti
Last synced: about 7 hours ago
JSON representation
A distributed card game built on top of ethereum blockchain.
- Host: GitHub
- URL: https://github.com/adityachandak287/dopatti
- Owner: adityachandak287
- Created: 2019-11-04T07:10:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:02:12.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T23:38:44.428Z (6 months ago)
- Language: JavaScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# doPatti :flower_playing_cards:
A distributed card game built on top of ethereum blockchain.
## Pre-running step
## Solidity Contracts
### Compilation
In order to compile the solidity contracts we used the vsCode extension [here.](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
- Install the solidity plugin.
- Make sure that all the contracts are in ```/src``` folder.
- Ctrl+F5
- The compiled build will be present in ```./bin```(./build in our case).## RectJS Game Portal
```
cd portal/
```
### Installing
```
npm install
```
### Running
```
npm start
```
### Testing
```
npm test
```
### Some Screenshots- Flowchart
- Depositing money using smart contracts
- Checking player balance
- Game UI
### Team Members
- [Aditya Chandak](https://github.com/adityachandak287)
- [Allandhir Megharaj](https://github.com/allandhir)
- [Yash Mehrotra](https://github.com/YashMeh)