linkdrone / starkex-resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stark Exchange Resources

This repo hold a collection of tools to support the Stark Exchange. The Stark Exchange is a STARK-powered scalability engine for crypto exchanges. It 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 on-chain.

The Stark Exchange allows exchanges to provide non-custodial trading at scale with high liquidity and lower costs.

Modules

  1. committee - Reference committee member service implementation
  2. crypto - A cryptographic library for the Stark Exchange
  3. storage - A storage abstraction library
  4. stark_ex_objects - Various python objects used by the Stark Exchange

Copyright

Copyright 2020 StarkWare Industries Ltd.

Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.starkware.co/open-source-license/

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

License:Apache License 2.0


Languages

Language:Python 71.1%Language:JavaScript 24.5%Language:CMake 3.3%Language:Dockerfile 0.8%Language:Shell 0.3%