starknet-io / starknet-stack-resources

A collection of works discussing the security aspects of StarkNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

starknet-stack-resources

A collection of works discussing the major components inside StarkNet

The STARK Protocol

Under the Math folder you can find papers related to the STARK protocol. We can devide these into two categories:

FRI - the low degree testing protocol used in STARK

STARK

Audits

Under the Audits folder you can find:

  • An audit for StarkWare's solidity STARK verifier
  • An audit for StarkWare's solidity Cairo and the SHARP verifiers
  • An audit for StarkWare's Cairo STARK/Cairo verifiers (these are used in recursive proofs)

Cairo

Under the Cairo folder you can find the following two papers:

Bug Bounty

A successful audit doesn't gurantee that the underlying code is free of bugs. For that purpose, we started a bug bounty program for StarkNet. Currently, the bounty program focuses on the StarkNet OS and related L1 contracts that define the protocol. In the future it may be extended to cover some of the mathematical foundations described above. You're welcome to report issues in our discord.

License

This project is licensed under the Apache 2.0.

See LICENSE for more information.

About

A collection of works discussing the security aspects of StarkNet

License:Apache License 2.0