uniswap-token-checker is a typescript application for checking new tokens on uniswap excahange platform
The application uses postgresql database, so to be able to run the application you need to install postgresql first.
npm install
npm start
use .env file to configure all env variables (otherwise application will use default values)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.