damartripamungkas

Results 6 comments of damartripamungkas

same problem, is there any solution for this

> @damartripamungkas can you try what @leafac suggested and let us know please? > > Edit: nevermind, I've just seen your issue at #78, seems a valid hello-world to me...

try deleting the binary .exe file every time you want to recompile

> @jwelch-qn It did have supported, ref https://geth.ethereum.org/docs/interacting-with-geth/rpc/pubsub#newpendingtransactions > > eg: > > ``` > $ wscat -c ws://localhost:8546 > Connected (press CTRL+C to quit) > > > {"id": 1,...

> you must be extend class Web3Subscription, refrence : https://docs.web3js.org/guides/events_subscriptions/custom_subscriptions/ or use my package for subscription : https://github.com/damartripamungkas/simple-client-eth-rpc/tree/master

> ` this.cluster = await Cluster.launch({ > puppeteerOptions: { > args: [] > } > });` ok thanks i will try