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: basic/02-web3js-transaction/README.md
+17-9
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
# Abstract
3
3
The demo code provides developers with an overview of how to sign, send, and receive receipt of transactions, and verify the results of their execution. The sample also provides the event monitoring code so that the developer can understand how to listen to an event one or more times.
4
4
5
+
--Node Version:v20.11.0
6
+
5
7
# Getting Started
6
8
7
9
## Understanding The Functions of the [Smart Contract](Incrementer.sol)
#Web3 can intital without assign Provider("new Web3.providers.WebsocketProvider"), it also work. checkindex.js line 162
201
205
202
206
```
203
-
| goerli don't support http protocol to event listen, need to use websocket. More details , please refer to this [blog](https://medium.com/blockcentric/listening-for-smart-contract-events-on-public-blockchains-fdb5a8ac8b9a)
207
+
208
+
#we use sepolia now, it you interest in goerli, view below :
209
+
| sepolia don't support http protocol to event listen, need to use websocket. More details , please refer to this [blog](https://medium.com/blockcentric/listening-for-smart-contract-events-on-public-blockchains-fdb5a8ac8b9a)
0 commit comments