Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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=
```