A hacky key value storage, made during https://hackathon.money/.
A simple flask server that exposes public endpoints to store data based on a key.
The is used for the following hack: https://github.com/Evert0x/Telegram/. Telegram id's are mapped to an Ethereum address. Applications like
Are able to retreive the Ethereum address of their users.
The ideal mapping is a smart contract that receives signed telegram id's. The mapping will be decentralised then.