This repository is a monorepo manage with yarn workspaces and Lerna.
- java-uikit : React components used to build the Java UI
- eslint-config-java : An ESLint config for java, with Typescript and Prettier support
- token-lists : Main JavaSwap token list and tools to validate it
Clone the repository
git clone git@github.com:javaswap/java-toolkit.git
Run yarn at the root of the workspace
cd java-toolkit
yarn
Then, refer to the readme of each project.