This week @Vid and I created serveral issues for the bundler and started working on it. The first topic I was looking at was to create client to interact with the bundler contract.
The goal is to use ethers-rs to generate the bindings for the contract. THe ethers-rs got a very good example for how to use the generated bindings. I just followed the guide and get to the pr.
For this part, I am still in the learning process of how to write the IL properly. I found a very good tutorial about stacks, local, argument, method and classes in IL.