Skip to content

Commit a3c3bfd

Browse files
docs: Improved grammar in Ethereum tutorial
1 parent 73af58c commit a3c3bfd

File tree

1 file changed

+2
-2
lines changed
  • src/content/developers/tutorials/learn-foundational-ethereum-topics-with-sql

1 file changed

+2
-2
lines changed

src/content/developers/tutorials/learn-foundational-ethereum-topics-with-sql/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source: paulapivat.com
1010
sourceUrl: https://paulapivat.com/post/query_ethereum/
1111
---
1212

13-
Many Ethereum tutorials target developers, but there’s a lack of educational resources for data analyst or for people who wish to see on-chain data without running a client or node.
13+
Many Ethereum tutorials target developers, but there’s a lack of educational resources for data analysts or for people who wish to see on-chain data without running a client or node.
1414

1515
This tutorial helps readers understand fundamental Ethereum concepts including transactions, blocks and gas by querying on-chain data with structured query language (SQL) through an interface provided by [Dune Analytics](https://dune.xyz/home).
1616

@@ -26,7 +26,7 @@ However, a user may wish to query the data directly to reconcile the information
2626

2727
For reference, the smart contract account for the Ethereum Foundation (EF) can be viewed on [Etherscan](https://etherscan.io/address/0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae).
2828

29-
One thing to note is that all accounts, including the EF’s, has a public address that can be used to send and receive transactions.
29+
One thing to note is that all accounts, including the EF’s, have a public address that can be used to send and receive transactions.
3030

3131
The account balance on Etherscan comprises regular transactions and internal transactions. Internal transactions, despite the name, are not _actual_ transactions that change the state of the chain. They are value transfers initiated by executing a contract ([source](https://ethereum.stackexchange.com/questions/3417/how-to-get-contract-internal-transactions)). Since internal transactions have no signature, they are **not** included on the blockchain and cannot be queried with Dune Analytics.
3232

0 commit comments

Comments
 (0)