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

docs: examples for eth_* RPC calls #1535

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

carver
Copy link
Collaborator

@carver carver commented Oct 18, 2024

What was wrong?

When trying to use eth_blockNumber as recommended in the docs, it failed. It probably should work, especially when enabling beacon, but that's a problem for another day.

How was it fixed?

  • Replace eth_blockNumber with eth_getBlockByNumber example
  • Add an eth_call example to show off state access
  • Remind people why they want to use a web3-like tool

To-Do

- Replace eth_blockNumber with eth_getBlockByNumber example
- Add an eth_call example to show off state access
- Remind people why they want to use a web3-like tool
@carver carver self-assigned this Oct 18, 2024
Copy link
Member

@KolbyML KolbyML left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@carver carver merged commit 9261c11 into ethereum:master Oct 19, 2024
12 checks passed
@carver carver deleted the docs-use-ethereum-data branch October 19, 2024 02:18
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.

2 participants