Skip to content

invariant-labs/webapp-vara

Repository files navigation

⚡Invariant webapp⚡

| DOCS 📚 | MATH SPEC 📄 | DISCORD 🌐 |

Invariant protocol is an AMM built on Vara, 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 GRC20 standard. The protocol is structured around a single contract architecture.

🔨 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 [email protected]:invariant-labs/webapp-vara.git
  • Install dependencies
npm i
  • Build app
npm run build
  • Run on local server
npm run dev