How to do batch transaction request to Ethereum in flutter?

127 views Asked by At

What i actually need is a way to create a batch request to ethereum for my transections in flutter web.

There are 2 specific library that i am following. One of them is web3dart which i see most ppl are using. Another is Flutter_web3 which does not have any update for last 2 years so.

  1. web3dart uses web3.js as a reference point. Even tho web3 does accept batch request batchrequest. It looks like the library available for flutter does not have it.

  2. flutter_web3 on the other hand uses ether.js as a reference point. Ether.js added support for batch request in v5.1.1 JsonRpcBatchProvider. Again the library available for flutter does not have it.

So my query is how one go about making batch request in flutter. It maybe i am missing or overlooked something. Please let me know if anyone have a solution or is it can not be done in Flutter atm?

0

There are 0 answers