Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burgossrodrigo/uniswap-v3-liquidity
Script to mint new positions on UniswapV3
https://github.com/burgossrodrigo/uniswap-v3-liquidity
ethersjs typechain uniswap-v3
Last synced: 26 days ago
JSON representation
Script to mint new positions on UniswapV3
- Host: GitHub
- URL: https://github.com/burgossrodrigo/uniswap-v3-liquidity
- Owner: burgossrodrigo
- Created: 2024-05-14T00:10:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T18:26:05.000Z (7 months ago)
- Last Synced: 2024-05-15T14:56:53.016Z (7 months ago)
- Topics: ethersjs, typechain, uniswap-v3
- Language: TypeScript
- Homepage:
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hash for pair creation on sepolia:
0xe2438e3c23168f8452b8afc05a55c9b54e8734d1bed1bf3273184110a072dbfc
### To Build:
```bash
yarn build
```### To Install:
```bash
yarn
```### To Run:
```bash
yarn start
```The enviroment variables consist of:
```env
PRIVATE_KEY=
RPC_URL=
UNISWAP_V3_FACTORY=
NFPM=
TOKEN_A=
TOKEN_B=
```