Skip to content

etherflyer/etherflyer-toolkit

 
 

Repository files navigation

🦁EEtherflyer Toolkit

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

Packages

  • etherflyer-uikit: React components used to build the Etherflyer UI
  • eslint-config-etherflyer: An ESLint config for etherflyer, with Typescript and Prettier support
  • etherflyer-profile-sdk: Handy functions to retrieve data for Etherflyer Profile system
  • token-lists: Main Etherflyer token list and tools to validate it

How to use

Clone the repository

git clone https://github.com/etherflyer/etherflyer-toolkit

Run yarn at the root of the workspace

cd etherflyer-toolkit
yarn
yarn build

Then, refer to the readme of each project.

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%