Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonymorony/DiceCC-GUI
Sample GUI for DiceCC
https://github.com/tonymorony/DiceCC-GUI
Last synced: about 2 months ago
JSON representation
Sample GUI for DiceCC
- Host: GitHub
- URL: https://github.com/tonymorony/DiceCC-GUI
- Owner: tonymorony
- License: mit
- Created: 2018-12-26T09:00:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T22:04:53.000Z (almost 6 years ago)
- Last Synced: 2024-11-01T10:08:41.251Z (2 months ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kmd - https://github.com/tonymorony/DiceCC-GUI
README
# What Dice CC is?
Almost instant blockchain based game between dealer and player with "decentralized" RNG.
More information can be found here: https://github.com/tonymorony/Mastering_CryptoConditions/blob/RU/all_chapters.md#chapter-9---dice-example
And here: https://github.com/KomodoPlatform/komodo/blob/master/src/cc/dice.cpp# What this tool do?
This tool is a graphical implementation (buttons and forms hehe)of DiceCC RPC calls.
At the moment it's a prototype / mock so I didn't care about UI beauty at all.
![alt text](https://i.imgur.com/eg1VkDU.png)
# Installation
Developer installation. Tested on Ubuntu 18.04 (assuming python 3.6+ is installed by default)
And Komodo daemon was built from FSM branch of https://github.com/jl777/komodo/Pre-built packages are under development.
```
sudo add-apt-repository ppa:kivy-team/kivy
sudo apt-get install python3-pip libssl-dev cython3 libgl-dev git python3-kivy libcurl4-openssl-dev libssl-dev
pip3 install requests wheel python-bitcoinlib slick-bitcoinrpc pygame
git clone https://github.com/tonymorony/DiceCC-GUI
cd DiceCC-GUI
python3 DiceCC.py
```# RPC Connection
* In case of localhost daemon usage use 127.0.0.1 as RPC address. Username, password and port can be found in .conf file for desired asset chain
* If you want to use remote host for RPC connection you need to add your IP as rpcallowip= param to desired asset chain daemon config
![alt text](https://i.imgur.com/vqeftYW.png)