Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.1 KB

⚡Invariant webapp⚡

| DOCS 📚 | MATH SPEC 📄 | DISCORD 🌐 |

Invariant protocol is an AMM built on Alephium, leveraging high capital efficiency and the ability to list markets in a permissionless manner. At the core of the DEX is the Concentrated Liquidity mechanism, designed to handle tokens compatible with the Fungible Token Standard.

🔨 Getting Started

Prerequisites

Node & NPM (with NVM)

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20

Build protocol

  • Clone repository
git clone git@github.com:invariant-labs/webapp-alephium.git
  • Install dependencies
npm i
  • Build app
npm run build
  • Run on local server
npm run dev