An open API service indexing awesome lists of open source software.

https://github.com/bunsdev/wigo-toolkit


https://github.com/bunsdev/wigo-toolkit

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Wigoswap Toolkit

This repository is a monorepo manage with [yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) and [Lerna](https://lerna.js.org/).

## Packages

- [wigo-uikit](https://github.com/wigoswap/wigo-toolkit/tree/master/packages/wigo-uikit) : React components used to build the Wigo UI
- [wigo-eslint](https://github.com/wigoswap/wigo-toolkit/tree/master/packages/wigo-eslint) : An ESLint config for wigo, with Typescript and Prettier support
- [wigo-profile](https://github.com/wigoswap/wigo-toolkit/tree/master/packages/wigo-profile) : Handy functions to retrieve data for Wigoswap Profile system
- [wigo-lists](https://github.com/wigoswap/wigo-toolkit/tree/master/packages/wigo-lists) : Main Wigoswap token list and tools to validate it

## How to use

Clone the repository

```
git clone git@github.com:wigoswap/wigo-toolkit.git
```

Run yarn at the root of the workspace

```
cd wigo-toolkit
yarn
```

Then, refer to the readme of each project.