Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starkware-libs/starkex-contracts
https://github.com/starkware-libs/starkex-contracts
Last synced: 6 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T03:12:47.000Z (11 months ago)
- Last Synced: 2024-12-30T09:12:24.186Z (13 days ago)
- Language: Solidity
- Size: 5.77 MB
- Stars: 284
- Watchers: 19
- Forks: 115
- Open Issues: 9
-
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