https://github.com/pymongo/uniswapv2_go_client
https://github.com/pymongo/uniswapv2_go_client
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pymongo/uniswapv2_go_client
- Owner: pymongo
- Created: 2024-09-29T07:24:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T08:46:38.000Z (over 1 year ago)
- Last Synced: 2025-01-26T09:19:34.968Z (over 1 year ago)
- Language: Go
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
abigen --abi bindings/router.abi --out bindings/router.go --pkg bindings --type Router
abigen --abi bindings/pair.abi --out bindings/pair.go --pkg bindings --type Pair
abigen --abi bindings/erc20.abi --out bindings/erc20.go --pkg bindings --type Erc20
abigen --abi bindings/UniswapV3Pool.abi --out bindings/UniswapV3Pool.go --pkg bindings --type V3Pool
```
> go run main.go