https://github.com/bunsdev/wigo-toolkit
https://github.com/bunsdev/wigo-toolkit
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bunsdev/wigo-toolkit
- Owner: BunsDev
- License: gpl-3.0
- Created: 2022-03-05T00:17:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T12:46:10.000Z (over 4 years ago)
- Last Synced: 2025-02-01T09:29:27.347Z (over 1 year ago)
- Size: 4.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.