IKY-telegram-bot
Verifier bot for IKY (https://github.com/MoonSHRD/IKY)
Currently can be found in tg as
https://t.me/E_Passport_bot
Deployed into Polygon mainnet
This bot is comfortable telegram bot, which allow users to tether their personal wallets to their tg_id, using metamask
This bot is also protect from injections, so users can't attach wallet address to tgid they don't own.
Blockchain part is generated from IKY repo, see it for more details about contracts business logic
How it works:
- User create intent to attach ethereum wallet to their tgid
- Bot generate link to IKY webapp, and start listining to events from it's contract with user tgid
- User go to webapp page, make transaction, submitting it's tgid
- Bot get event about it from blockchain
- Bot verifies registration
Deploy with Docker
- Copy
.envExample
into .env
and fill it with your values
- Run with
docker-compose up -d
- Done