To run local network:
hardhat node
IMPROVE BUILD https://stackoverflow.com/questions/59179787/tsc-doesnt-compile-alias-paths
Tracer for failed transactions: https://github.com/zemse/hardhat-tracer
hardhat node --vv
Subscribe on price data: https://github.com/stefanmendoza/uniswap-price-feed/blob/master/src/index.js
Deploy uniswap using hardhat: https://github.com/anirudhmakhana/UniswapV2/blob/main/scripts/deploy.js
https://github.com/Uniswap/deploy-v3/tree/main
Limit Orders (Range Order) this is the exactly what we need for our bot https://docs.uniswap.org/sdk/v3/guides/advanced/range-orders
UI Tools for debugging https://github.com/Consensys/ethereum-developer-tools-list?tab=readme-ov-file#testing-tools
https://sandbox.tenderly.co https://docs.blockscout.com
NODE & TS Monorepo
Вот эта топ https://daveiscoding.hashnode.dev/nodejs-typescript-monorepo-via-npm-workspaces https://github.com/david-szabo97/example-typescript-npm-workspaces/blob/main/tsconfig.json
https://pgarciacamou.medium.com/workspaces-mvp-with-npm-using-typescript-37e391e26c93 https://leticia-mirelly.medium.com/a-comprehensive-guide-to-npm-workspaces-and-monorepos-ce0cdfe1c625#:~:text=Share%20Dependencies%3A%20npm%20Workspaces%20enable,space%20and%20simplifying%20dependency%20management.