Batch requests using web3.js

web3.js supports batch requests, which allows for the queuing up of multiple requests and processing them all at once. Batch requests are not exponentially faster. They are mainly used to ensure serial processing of requests, and sometimes can be faster as requests are processed asynchronously.

In this recipe, you will learn to create and process batch requests using web3.js.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.220.245.233