thecmdrunner / ethereum-balance-bot

A bot that tweets out the ETH balance of a wallet.

Home Page:https://twitter.com/VitalikBalance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚡️ Ethereum Balance Bot

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.

How to run?

  1. Go to Firebase Console and create a new Project, or use an existing one.

  2. Install firebase to deploy on Firebase Cloud Functions.

# Linux and Mac OS
sudo npm install -g firebase

# Windows
npm install -g firebase
  1. Clone the repository
git clone https://github.com/thegamerhat/ethereum-balance-bot
cd ethereum-balance-bot
  1. Install dependencies and log into firebase.
npm install
firebase login
  1. Select the project that you have created earlier, or use an existing one.

  2. Run the functions locally for testing.

firebase serve
  1. Finally, deploy the functions to Firebase.
firebase deploy

About

A bot that tweets out the ETH balance of a wallet.

https://twitter.com/VitalikBalance

License:MIT License


Languages

Language:JavaScript 98.7%Language:Shell 1.3%