A bot that tweets out the ETH balance of a wallet (only Ether, not ERC-20 tokens).
The API is hosted on this endpoint using Buildable
Only the Ethereum mainnet is supported as of now.
Polygon network may be supported in the future.
-
Go to Firebase Console and create a new Project, or use an existing one.
-
Install
firebaseto deploy on Firebase Cloud Functions.
# Linux and Mac OS
sudo npm install -g firebase
# Windows
npm install -g firebase- Clone the repository
git clone https://github.com/thegamerhat/ethereum-balance-bot
cd ethereum-balance-bot- Install dependencies and log into firebase.
npm install
firebase login-
Select the project that you have created earlier, or use an existing one.
-
Run the functions locally for testing.
firebase serve- Finally, deploy the functions to Firebase.
firebase deploy