https://github.com/guillaumedsm/hex-utilities
Utility software for interactions with the Hex project's smart contract on Ethereum
https://github.com/guillaumedsm/hex-utilities
ethereum ethereum-contract hex telegram
Last synced: about 2 months ago
JSON representation
Utility software for interactions with the Hex project's smart contract on Ethereum
- Host: GitHub
- URL: https://github.com/guillaumedsm/hex-utilities
- Owner: GuillaumeDSM
- Created: 2019-12-07T23:29:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T00:35:47.000Z (over 6 years ago)
- Last Synced: 2025-01-15T14:40:38.001Z (over 1 year ago)
- Topics: ethereum, ethereum-contract, hex, telegram
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hex-utilities
Hex utilities is an automated tool to interract with the Hex smart contract on the Ethereum blockchain.
It sends periodic telegram notifications with information from the smart contract.
# Using Hex-utilities
- Install python3.7 (https://www.python.org/downloads/) and the requirements.
```
git clone https://github.com/GuillaumeDSM/Hex-utilities.git && cd Hex-utilities
python3.7 -m pip install -r requirements.txt
```
- Edit hex_checker_telegram_bot.py to enter the settings that suit you in config section
- Start the program
```
python3.7 hex_checker_telegram_bot.py
```
# Disclaimer
Authors have no affiliation with the Hex project whatsoever, this tool is only meant to be a time gainer for anyone finding value in it.