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

https://github.com/5afe/safe-uniswap-example


https://github.com/5afe/safe-uniswap-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Create fork:

```bash
anvil --fork-url https://mainnet.chainnodes.org/ --fork-block-number 17480237 --fork-chain-id 1 --chain-id 1
```

Set `.env` params

```bash
npm i
```

```bash
npm run setup-safe
```

```bash
npm run swap
```