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

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

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.