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.
npm install
export WALLET="paraphrase"
export TELEGRAM_TOKEN=xxxxxxxxxxxxxxx
npm start