Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonymorony/OraclesCC_Chat-GUI
My plays with Python Kivy GUI framework and Stakedchain OraclesCC chat concept
https://github.com/tonymorony/OraclesCC_Chat-GUI
crypto-conditions gui komodo oracle python smart-contract
Last synced: about 2 months ago
JSON representation
My plays with Python Kivy GUI framework and Stakedchain OraclesCC chat concept
- Host: GitHub
- URL: https://github.com/tonymorony/OraclesCC_Chat-GUI
- Owner: tonymorony
- License: mit
- Created: 2018-10-29T21:24:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T09:08:40.000Z (about 6 years ago)
- Last Synced: 2024-11-01T10:08:41.434Z (2 months ago)
- Topics: crypto-conditions, gui, komodo, oracle, python, smart-contract
- Language: Python
- Size: 238 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kmd - https://github.com/tonymorony/OraclesCC_Chat-GUI
README
[![Documentation Status](https://readthedocs.org/projects/trollbox-gui/badge/?version=latest)](https://trollbox-gui.readthedocs.io/en/latest/?badge=latest)
![alt text](https://i.imgur.com/uamsC8q.png)
# Installation
Tested on Ubuntu 18.04 (assuming python 3.6+ is installed by default)
And Komodo builded from FSM branch of https://github.com/jl777/komodo/```
sudo add-apt-repository ppa:kivy-team/kivy
sudo apt-get install python3-pip libssl-dev cython3 libgl-dev git python3-kivy
pip3 install requests wheel python-bitcoinlib slick-bitcoinrpc pygame
git clone https://github.com/tonymorony/OraclesCC_Chat-GUI
cd trollbox_gui
python3 main.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
# Usage
Then logic as in trollbox scripts (https://github.com/StakedChain/trollbox) - create nickname/oracle/subscribe if needed.
At the moment there nothing happens in gui on most of the actions which done in pop-up menus but you should see output in the same console from which you ran it.