An open API service indexing awesome lists of open source software.

https://github.com/emmanuelfides/base-build

A base/evm cli bot to create pair, add liquidity, remove liquidity, sell and buy on uniswap, can be used on evm chains supporting uniswap and pancake
https://github.com/emmanuelfides/base-build

trending-repositories trending-topics

Last synced: 6 months ago
JSON representation

A base/evm cli bot to create pair, add liquidity, remove liquidity, sell and buy on uniswap, can be used on evm chains supporting uniswap and pancake

Awesome Lists containing this project

README

          

## FLOW

Enquiry telegram: https://t.me/emmanuelfides1

#install
- setup the Node.js
Go to the Node.js Downloads page(https://nodejs.org/en/download)
Download Node.js for macOS by clicking the "Macintosh Installer" option
Run the downloaded Node.js .pkg Installer
Run the installer, including accepting the license, selecting the destination, and authenticating for the install.
You're finished! To ensure Node.js has been installed, run node -v in your terminal

- install packages
run the 'npm install' on terminal

1. Create pair

node base.js create -a

2. Add Liquididty

node base.js add -a -ta -we

3. Remove Liquidity

node base.js remove -a

4. Sell

node base.js sell -a

5. Buy

node base.js buy -a -ba

Enquiry telegram: https://t.me/emmanuelfides1