-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #683 from invariant-labs/dev
Update staging
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |