https://github.com/starkware-libs/starkex-contracts
https://github.com/starkware-libs/starkex-contracts
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/starkware-libs/starkex-contracts
- Owner: starkware-libs
- License: other
- Created: 2020-02-11T15:29:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T15:30:43.000Z (3 months ago)
- Last Synced: 2025-04-12T03:47:21.269Z (28 days ago)
- Language: Solidity
- Size: 5.71 MB
- Stars: 288
- Watchers: 18
- Forks: 117
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit/Cairo_and_SHARP_Verifiers_v3.0_Audit_Report.pdf
Awesome Lists containing this project
- awesome-starknet - StarkEx - Starkware verifier. (Additional developer resources)
README
# StarkEx
StarkEx is a STARK-powered scalability engine for crypto exchanges. StarkEx uses cryptographic
proofs to attest to the validity of a batch of transactions (such as trades and transfers)
and updates a commitment to the state of the exchange onchain.StarkEx allows exchanges to provide non-custodial trading at scale with high liquidity and lower
costs.## Modules
1. scalable-dex - StarkEx main contract elements
2. evm-verifier - Cryptographic STARK verifier elements