Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 714 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 714 Bytes

✨ Secure ethereum transactions telegram bot, powered by ELTWallet. Built by ELTCOIN ✨

How?

  • Bot: Interacts only with your public address. Generates tx and sends QR Code.

  • ELTWallet: Scans QR and sends tx. Sends callback to Bot via websockets.

Local development

Make sure you have babel-node installed.

# Install dependencies
$ npm i

# Get API Key for telegram. Message @BotFather and get one, then add to code. (for now) 🤠 

# Start dev server
$ npm start

Have fun!