Skip to content

thecmdrunner/ethereum-balance-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡️ 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published