You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHALLENGE.md
+3-25Lines changed: 3 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Ethereum Data Service
2
2
3
-
## Challenge Overview
3
+
## Objective
4
4
5
-
Please write a service which uses the Ethereum JSON-RPC API to store the following information in a local datastore for the most recent 50 blocks and provide a basic API:
5
+
To write a service which uses the Ethereum JSON-RPC API to store the following information in a local datastore for the most recent 50 blocks and provide a basic API:
6
6
7
7
1. Get and store the block and all transaction hashes in the block.
8
8
2. Get and store all events related to each transaction in each block.
@@ -11,32 +11,10 @@ Please write a service which uses the Ethereum JSON-RPC API to store the followi
11
11
- Get block by number.
12
12
- Get transaction by hash.
13
13
14
-
### Use the following Validation Cloud endpoints for Ethereum Mainnet RPC access:
15
-
14
+
### Use the following endpoints for Ethereum Mainnet RPC access:
0 commit comments