| 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.
- Node & NPM (Node.js)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20
- 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