Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)