Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 496 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 496 Bytes

Juno Interaction Telegram Bot.

This bot will start off simple but as time goes on and i can learn more about programming it it should be easy to build out.

At the moment im trying to create a simple function that uploads a contract to Juno. The user can upload the wasm file and bot recieve it. The bot then executes the StoreCode Tx in blockchain and returns the result to the user.

Run

npm install
export WALLET="paraphrase"
export TELEGRAM_TOKEN=xxxxxxxxxxxxxxx
npm start