@invariant-labs/alph-sdk
v0.0.19
Published
<div align="center"> <h1>⚡Invariant protocol⚡</h1> </div>
Downloads
354
Readme
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
Install packages
npm install
Start a local devnet for testing and development
(
cd alephium-stack
make start-devnet
)
Compile contract
npm run compile
Testing protocol
npm run test