Everstake
8 weeks
Everstake runs highly secure and reliable nodes for PoS protocols using the enterprise-level hardware to ensure maximum efficiency and security.
EVERSTAKE TELEGRAM BOT
Requirements:
- simple and convenient Telegram bot with ability to track balances and transactions of both the user and the nodes he delegates to/votes for;
- add the ability of data collection about users and nodes.
Challenges we faced:
- creating a possibility to add user’s address tracking of arbitrary blockchain in Telegram bot;
- address configuration with several blockchains and collecting the information about certain validator.
Solution:
- using the multi-threaded writing approach;
- deploying the system on the server using Docker technology.
Technologies we used:
- Python 3.6
- Postgresql
- Redis
- Memcache
- Blockchain: Tezos, Dash, IOST, Cosmos, Irisnet, Icon
EVERSTAKE DATA
Demands:
- collecting information from blockchain in real-time;
- reflecting information in a form of graphs.
Challenges we faced:
- Comparison of information from different blockchains.
Solution:
- implementing a convenient interface;
- enabling data collection and comparison.
Technologies we used:
- Python
- Redis
- Vue.js