effectai / dao-pancake-fees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dao_Pancake_Fee

$ node index.js -h
 _____  __  __           _     _   _      _                      _
| ____|/ _|/ _| ___  ___| |_  | \ | | ___| |___      _____  _ __| | __
|  _| | |_| |_ / _ \/ __| __| |  \| |/ _ \ __\ \ /\ / / _ \| '__| |/ /
| |___|  _|  _|  __/ (__| |_  | |\  |  __/ |_ \ V  V / (_) | |  |   <
|_____|_| |_|  \___|\___|\__| |_| \_|\___|\__| \_/\_/ \___/|_|  |_|\_\ ✨✨✨

Effect Network: Pancake Liquidity Pool Fee Calculator πŸ’ΈπŸ’ΈπŸ’Έ
Usage: index.js [options]

 🌴

Dao_Pancake_Fee

View the latest calculations at Dao Pancake Fee

πŸ““ Why?

This tool is used to calculate the PancakeSwap fees for Effect Network.

🌟 Features

  • Retrieve a detailed overview of the pancake swap fees collected by Effect in the liquidity Pool
  • Generate HTML report
  • Search within ranges

πŸ“Œ Requirements

You will need node and npm in order to get this program running. You can download them here: https://nodejs.org/en/download/

πŸš€ Quick and dirty

Clone this repository, install the modules and run it.

git clone https://github.com/effectai/Dao_Pancake_Fee.git
npm install
node index.js

Please note that it can take a while to query the bsc node to get all of the transactions.

πŸ‘Ÿ Usage

It is highly recomended to use another BSC RPC endpoint instead of the default one provided with this tools. Here are some options:

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 90.0%Language:HTML 10.0%