Skip to content

Commit

Permalink
Merge pull request #683 from invariant-labs/dev
Browse files Browse the repository at this point in the history
Update staging
  • Loading branch information
wojciech-cichocki authored May 23, 2024
2 parents f10a162 + 7c9d373 commit 4eae6e4
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<div align="center">
<h1>⚡Invariant webapp - Solana⚡</h1>
</div>

Invariant is a decentralized exchange <b>(DEX)</b> app built on the <b>Solana blockchain</b>, offering advanced features such as <b>concentrated liquidity</b> 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 <b>Invariant protocol.</b>

## 🔨 Getting Started

### Prerequisites

- NodeJs, version 20+ ([NodeJs](https://nodejs.org/en/download/package-manager))
- npm ([npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm))

### Build webapp

- Clone repository

```bash
git clone https://github.com/invariant-labs/webapp.git
```

- Install dependencies

```bash
npm i
```

- Run on local server

```bash
npm run vite
```

#### Run storybook

Storybook allows one to check all components and test them in an independent environment.

- Run storybook

```bash
npm run storybook
```

0 comments on commit 4eae6e4

Please sign in to comment.