ethereumjs / eth-query

minimal rpc wrapper
28 stars 16 forks source link

Having issue using eth-query with async and await #5

Open pravin-d opened 6 years ago

pravin-d commented 6 years ago

I'm trying to use the eth-query with angular5 project. The project is created using angular-cli. The current api provided by eth-query all use callbacks. Can someone help with setting up the transpilation (webpack and angular-cli) for transforming the current eth-query code to work with es6 async/await?

SilentCicero commented 6 years ago

Checkout ethjs-rpc, ethjs-query or ethrpc ;)

Sent from my iPhone

On Mar 17, 2018, at 6:19 PM, pravin-d notifications@github.com wrote:

I'm trying to use the eth-query with angular5 project. The project is created using angular-cli. The current api provided by eth-query all use callbacks. Can someone help with setting up the transpilation (webpack and angular-cli) for transforming the current eth-query code to work with es6 async/await?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.