https://github.com/volumefi/pancakeswap-pool-create-script
https://github.com/volumefi/pancakeswap-pool-create-script
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/volumefi/pancakeswap-pool-create-script
- Owner: VolumeFi
- Created: 2023-05-19T19:07:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T19:20:41.000Z (about 3 years ago)
- Last Synced: 2025-01-29T10:29:34.971Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pancakeswap Pool deployment script
## Dependencies
```bash
pip install -r requirements.txt
```
## initialize.py
It creates a job to deploy Pancakeswap pool via Pancakeswap Factory. This is already run so you don't run it again.
## main.py
It executes a job to deploy Pancakeswap pool via Pancakeswap Factory. The token to be paired should be put as an argument. For example, to create BSC_USDT - GRAIN pair, run the script as follows.
```bash
python main.py 0x55d398326f99059fF775485246999027B3197955
```