- Identify Sushiswap Kashi & Swap Pair addresses on Arbitrum (Other chains with minor modifications possible)
- Exports contract address, token addresses, token name, symbol, decimals in both JSON and CSV
- Configure app by creating a
appsettings.json
file in theSushiSwapAddressCollector
directory- Instead of manually creating it you can copy over configurations from the
SushiSwapAddressCollector/ExampleConfigurations
directory - If you do make sure to rename the file to
appsettings.json
- Instead of manually creating it you can copy over configurations from the
dotnet run
(from root directory)