From faf778c334acd5491c6bb4e24428fc939cf14dd6 Mon Sep 17 00:00:00 2001 From: "Omar U. Espejel" Date: Wed, 22 Nov 2023 13:27:41 +0300 Subject: [PATCH] :memo: edit intro --- src/ch00-00-introduction.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/ch00-00-introduction.md b/src/ch00-00-introduction.md index 9c07cb507..3c790df38 100644 --- a/src/ch00-00-introduction.md +++ b/src/ch00-00-introduction.md @@ -93,18 +93,6 @@ Book](https://cairo-book.github.io/) and Inspired by Rust, Cairo lets you write contracts safely and conveniently. -### Why Choose Cairo? - -Cairo is designed for _Provable Computation,_ a new paradigm that lets -programs prove their correctness without re-running them. Here’s why it -stands out: - -- Purpose-Built: Designed specifically for smart contracts. - -- No EVM Limits: Goes beyond what the Ethereum Virtual Machine can do. - -- Flexibility: Uses traits for more flexibility than inheritance. - ## Governance The Starknet Foundation oversees Starknet’s governance. Its duties @@ -160,7 +148,3 @@ For those who are building on Starknet, SNIPs aren’t just suggestions—they’re a roadmap. It’s beneficial for implementers to keep a list of the SNIPs they’ve executed. This transparency helps users gauge the state of a particular implementation or software library. - -## Conclusion - -In decentralized technology, Starknet offers a solution to challenges that previous systems encountered. It's based on established _protocols_ and _registries_, following the initial concepts introduced by figures such as Satoshi. Through a specific mathematical method, Starknet seeks a balance between scalability and consensus. As this technology progresses, Starknet adheres to principles of inclusivity, neutrality, and user empowerment. It's poised for continuous adaptation and improvement in the field.