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: about 1 month 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 (10 months ago)
- Last Synced: 2024-08-05T01:10:51.159Z (4 months ago)
- Language: Solidity
- Size: 5.77 MB
- Stars: 275
- Watchers: 21
- Forks: 113
- 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