diff --git a/README.md b/README.md index fa08716c3..2a4484c96 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,13 @@ There are several scripts available for maintainers: - `npm test` -- Run script unit tests - `npm lint` -- Run Lint static code check +## On Checks + +This repo contais a set of scripts for verification of all the information. Implemented as Typescript scripts, available through `npm run check`, and executed in CI build; checks the whole repo. +There are similar check logic implemeted: +- in assets-management app; for checking changed token files in PRs, or when creating a PR. Implemented as a Typescript library, checks diffs, can be run from browser environment. +- in merge-fee-bot, which runs as a GitHub app shows result in PR comment. Also uses library, but executes in a non-browser environment. + ## Trading pair maintenance Info on supported trading pairs are stored in `tokenlist.json` files.