Starkswap / starkswap-contracts

Contracts for Starkswap

Home Page:https://www.starkswap.co/app/starkswap/swap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starkswap AMM Contracts Starkswap AMM CI

Contracts for the Starkswap V1 AMM supporting volatile (xy = k) as well as stable (x^3y * y^3x = k) curves.

Development setup

This project uses hardhat with the starknet-hardhat plugin. This in turn requires docker to be running in the default configuration.

  1. Clone the repo
  2. Run yarn install to get all the required dependencies
  3. yarn compile compiles all the contracts present in the repo
  4. yarn test runs the test suite

About

Contracts for Starkswap

https://www.starkswap.co/app/starkswap/swap

License:GNU General Public License v3.0


Languages

Language:Cairo 63.7%Language:TypeScript 36.3%