Skip to content

Commit

Permalink
update key_features to include 6 items
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad committed Jun 18, 2024
1 parent 643955e commit ebd748d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,32 @@
"key_features": [
{
"title": "Developer-friendly",
"content": "Write Rust-like code and generate proofs for program executionmath isnt a barrier.",
"content": "Write Rust-like code and generate proofs for program execution - math isn't a barrier.",
"icon": "easy"
},
},
{
"title": "Provable",
"content": "Cairo allows for the creation of provable programs, which is a significant advantage in cryptographic and blockchain applications.",
"content": "Produces provable programs, making it possible to compute trustworthy values on untrusted machines.",
"icon": "safe"
},
{
"title": "Efficient",
"content": "Cairo compiles down to an ad-hoc assembly, which was engineered specifically for efficient proof generation.",
"content": "Cairo compiles down to an ad-hoc assembly engineered specifically for efficient proof generation.",
"icon": "fast"
},
{
"title": "Immutable",
"content": "Cairo uses the immutable memory model, improving data integrity and security.",
"icon": "immutable"
},
{
"title": "General purpose",
"content": "From onchain gaming to provable ML, Cairo makes building trustless applications possible.",
"icon": "general-purpose"
},
{
"title": "Innovative",
"content": "Unshackled by EVM, Cairo is a fast-growing language that keeps delivering new and exciting features to its developers.",
"content": "Cairo is a fast-growing language that keeps delivering new and exciting features to its developers.",
"icon": "evolving"
}
],
Expand Down

0 comments on commit ebd748d

Please sign in to comment.