We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b167308 commit 3b615a6Copy full SHA for 3b615a6
scripts/get_tx.sh
@@ -0,0 +1,7 @@
1
+#! /bin/bash
2
+
3
+curl http://127.0.0.1:8547 \
4
+ -X POST \
5
+ -H "Content-Type: application/json" \
6
+ --data "{\"method\":\"eth_getTransactionByHash\",\"params\":[\"$1\"],\"id\":1,\"jsonrpc\":\"2.0\"}" |
7
+jq .
0 commit comments