This project is home of Enso mini-apps. It is structured as a monorepo that includes multiple packages and applications. The project uses TypeScript, React, and several other libraries and tools.
apps/feeling-lucky
: Contains simple swap app that allows users to ape into random token from selected sector for amount and token of their choicepackages/*
: Contains helper functions used by mini-apps
- Node.js
- pnpm
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Install dependencies:
pnpm install
-
Set up environment variables before running specific apps:
cd apps/feeling-lucky cp .env.example .env
- Start the development server:
cd apps/feeling-lucky pnpm dev
This project is licensed under the MIT License.