Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add concepts, persistance & settlement docs #3

Open
wants to merge 6 commits into
base: feature/docs
Choose a base branch
from

Conversation

rpanic
Copy link
Member

@rpanic rpanic commented Feb 19, 2024

This PR starts with the first few concepts of the below structure.
Additionally, it adds docs about persistance and settlement

Concept Docs:

  • Blockchain Basics

    • State Machines
    • Block structure
    • Transaction Fees
  • State & Storage (State, Path, Trees, Maps, nesting)

    • Sparse Merkle Trees
  • Hybrid Execution Model

  • Privacy (State Proofs & Append only trees -> nullifiers & utxo -> encrypted state)

  • Circuits (Runtime, ST, Transaction, Block)

  • Transaction life cycle

    • Submitting & Mempool
    • Sequencing & Execution
    • Tracing
    • Proving & Aggregation
  • Rollup mechanisms (Blockchain vs Rollup)

    • Settlement
    • Data availability
    • Bridging (Incoming msgs, Outgoing msgs)
  • Smart Contracts (tbd)

Inspirations:
https://docs.scroll.io/en/technology/chain/accounts/
https://docs.polygon.technology/zkEVM/architecture/protocol/
https://docs.aztec.network/learn/concepts/main
https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/on-chain-data/

@rpanic rpanic changed the title Added persistance & settlement docs Add concepts, persistance & settlement docs Feb 28, 2024
@rpanic rpanic marked this pull request as ready for review April 25, 2024 14:20
@rpanic rpanic requested a review from maht0rz April 25, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant