0.0.19 ⢠Published 1 year ago
@invariant-labs/alph-sdk v0.0.19
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 installStart a local devnet for testing and development
(
cd alephium-stack
make start-devnet
)Compile contract
npm run compileTesting protocol
npm run test