A simple Telegram bot running inside Oasis ROFL TEE deployed on the Oasis Sapphire Testnet chain. Read the Oasis ROFL Quickstart to learn more.
pip install -r requirements.txt
TELEGRAM_API_TOKEN="0123456789:your_telegram_token" python bot.pyTELEGRAM_API_TOKEN="0123456789:your_telegram_token" docker compose uprm rofl.yaml
oasis rofl init
oasis rofl create
oasis rofl build
echo -n "0123456789:your_telegram_token" | oasis rofl secret set TELEGRAM_API_TOKEN -
oasis rofl update
oasis rofl deploy
