Skip to content

Commit

Permalink
Fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored and barretodavid committed Apr 10, 2023
1 parent 4a3112e commit 3d52039
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chapters/modules/primer/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://github.com/starknet-edu/starknetbook/tree/main/chapters/modules/primer/p

The topics covered in this primer have been dissected in hundreds of ways by thousands of people, so wherever possible I will be linking to those resources.

_Standing on the shoulders of giants blah blah blah lets get to the good stuff_
_Standing on the shoulders of giants blah blah blah let's get to the good stuff_

== What are we solving for?

Expand Down Expand Up @@ -89,7 +89,7 @@ So what did we give up for this fault tolerance?
Banks Perspective:

* Network overhead impacts performance
* Redundancy and replication impacts performance
* Redundancy and replication impact performance
* Infrastructure maintenance (stem:[])

Alice's Perspective:
Expand Down Expand Up @@ -201,7 +201,7 @@ cd ethereum/block_verification/go && go mod tidy
go run *.go
----

Ethereum then propagates its state by verifying transactions are well-formed and applying then to accounts.
Ethereum then propagates its state by verifying transactions are well-formed and applying them to accounts.
Alice has a public/private key pair to manage her "externally owned account" and can sign transactions that involve her balance or involve interacting with other contracts in the state.

In addition to EOAs Ethereum has "contract accounts" which are controlled by the contract code associated with them.
Expand Down Expand Up @@ -244,4 +244,4 @@ Vitalik provides a good comparison of the two https://vitalik.ca/general/2021/01
This allows Alice to move her money freely between L1 and L2 (...soon to be L3) and operate on a low-cost, expressive blockchain layer.
All while inheriting the highest form of data security evolution from the L1 and not having to delegate trust to any centralized party!

🎯 +++<strong>+++Goals: +++</strong>+++ secure, inclusively accountable, decentralized, scalable, expressive 🎯
🎯 +++<strong>+++Goals: +++</strong>+++ secure, inclusively accountable, decentralized, scalable, expressive 🎯

0 comments on commit 3d52039

Please sign in to comment.