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
- Host: GitHub
- URL: https://github.com/emmanuelfides/base-build
- Owner: emmanuelfides
- Created: 2024-09-23T14:53:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T18:46:40.000Z (about 1 year ago)
- Last Synced: 2025-02-08T19:38:56.753Z (8 months ago)
- Topics: trending-repositories, trending-topics
- Language: JavaScript
- Homepage: https://t.me/emmanuelfides1
- Size: 4.63 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 terminal1. Create pair
node base.js create -a
2. Add Liquididty
node base.js add -a -ta -we
3. Remove Liquidity
node base.js remove -a4. Sell
node base.js sell -a
5. Buy
node base.js buy -a -ba
Enquiry telegram: https://t.me/emmanuelfides1