/runtzcoin-toolkit

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Runtz Toolkit

This repository is a monorepo manage with yarn workspaces and Lerna.

Packages

  • 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

How to use

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.