Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volumefi/geysers
Liquidity Mining Tools for Token Projects
https://github.com/volumefi/geysers
Last synced: about 2 months ago
JSON representation
Liquidity Mining Tools for Token Projects
- Host: GitHub
- URL: https://github.com/volumefi/geysers
- Owner: VolumeFi
- License: apache-2.0
- Created: 2021-04-23T15:10:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T02:08:23.000Z (over 3 years ago)
- Last Synced: 2024-04-16T01:42:24.278Z (9 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geysers
Liquidity Mining Tools for Token Projects## Infura Key
```bash
export WEB3_INFURA_PROJECT_ID=${YOUR_INFURA_KEY}
```## Add account
```bash
brownie accounts new deployer_account
```input private key and password
## Test
Run ganache-cli mainnet fork```bash
ganache-cli --fork https://mainnet.infura.io/v3/#{YOUR_INFURA_KEY} -p 7545 -e 10000
```Run brownie test
```bash
brownie test -s
```## Deployment
```bash
brownie run deploy_mainnet.py --network mainnet # UniswapExchangeAdd
```