This repository is a monorepo manage with yarn workspaces and Lerna.
- runtz-uikit : React components used to build the Runtz UI
- eslint-config-runtz : An ESLint config for runtz, with Typescript and Prettier support
- runtz-profile-sdk : Handy functions to retrieve data for Runtzswap Profile system
- token-lists : Main RuntzSwap token list and tools to validate it
Clone the repository
git clone git@github.com:rvegajr/runtz-toolkit.git
Run yarn at the root of the workspace
cd runtz-toolkit
yarn
Then, refer to the readme of each project.