https://github.com/5afe/safe-uniswap-example
https://github.com/5afe/safe-uniswap-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/5afe/safe-uniswap-example
- Owner: 5afe
- License: lgpl-3.0
- Created: 2025-01-22T17:11:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T17:13:07.000Z (over 1 year ago)
- Last Synced: 2025-01-31T03:42:08.560Z (over 1 year ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```