Invariant is a decentralized exchange (DEX) app built on the Solana blockchain, offering advanced features such as concentrated liquidity for maximum capital efficiency and lower trading fees. It enables users to swap tokens, and create and manage liquidity pools within specific price ranges. This frontend repository provides the user interface for interacting with the Invariant protocol.
- Clone repository
git clone https://github.com/invariant-labs/webapp.git
- Install dependencies
npm i
- Run on local server
npm run vite
Storybook allows one to check all components and test them in an independent environment.
- Run storybook
npm run storybook