10k_swap-contracts
AMM
An open-source implementation of an AMM protocol on StarkNet using the Cairo VM for low gas costs and high performance
A decentralized ZK Rollup AMM written in Cairo for StarkNet.
61 stars
2 watching
24 forks
Language: Cairo
last commit: 9 months ago
Linked from 1 awesome list
ammcairolayer2starknet
Related projects:
Repository | Description | Stars |
---|---|---|
lambdaclass/yet-another-swap | An AMM-based liquidity layer on Starknet designed to provide better prices and yield for users | 54 |
omnibtc/sui-amm-swap | A Move-based AMM swap implementation for Sui blockchain | 76 |
openzeppelin/cairo-contracts | A library for secure smart contract development written in Cairo for Starknet | 824 |
l-henri/starknet-cairo-101 | A tutorial series on building smart contracts with the Cairo language on StarkNet. | 23 |
avnu-labs/avnu-contracts-v2 | An exchange platform built on top of Cairo and Starknet that facilitates token swaps with routing logic. | 34 |
sambarnes/cairo-multisig | A multisig contract implementation in Cairo for StarkNet smart contracts. | 42 |
cairopen/cairopen-contracts | A set of standardized libraries for working with strings, math, binary, and hashing in Cairo contracts on StarkNet. | 23 |
starknet-edu/aa-workshop | A workshop project for teaching account abstraction in Starknet using Cairo syntax | 23 |
keep-starknet-strange/ziggy-starkdust | An experimental implementation of a Cairo VM in Zig, enabling execution of Cairo programs. | 83 |
software-mansion/starknet.py | A Python SDK for interacting with Starknet, a Layer 2 scaling solution for Ethereum. | 260 |
lambdaclass/cairo-vm | An implementation of the Cairo VM in Rust for generating provable programs. | 522 |
cryptonerdcn/wasm-cairo | A suite of development tools and a WebAssembly runtime environment for supporting the Cairo programming language. | 54 |
starkware-libs/cairo | A Rust-based language for creating provable programs that can perform general computation | 1,599 |
credence0x/cairo-damn-vulnerable-defi | A set of challenges to learn offensive security of smart contracts on Starknet using the Cairo language. | 21 |
0xpolygonmiden/miden-vm | A STARK-based virtual machine designed to execute programs and generate proof of execution without revealing program details. | 631 |