Robel Getnet Geremew

Results 10 comments of Robel Getnet Geremew

Hi @IsnaniWidhiHidayat, thank you for using our SDK. Currently our Metamask implementation currently only supports Ethereum network but we're working hard on supporting more networks and chains.

@juans-chainsafe this is already fixed, right?

We should find a way to dispose of Countly, destroying the analytics GameObject could fix it

### UI Flow ![wallet_prefab_ui_flow](https://github.com/ChainSafe/web3.unity/assets/36323674/92899bd6-29e0-4a4d-8865-eadb3b7949a9)

### Work Breakdown #### PR 1 Refactor Web3Auth to use `WalletProvider` - Refactor `InProcessSigner` and `InProcessTransactionExecutor` to be injected instead of initialized in `Web3AuthWalllet` - Refactor `Web3AuthWallet -> Web3AuthProvider :...

> Good work, Rob. Yet there are points I want to discuss. > > 1. We create Web3 before "Provider prompts connection". This operation is a consequence of creating (Launching)...

> 1. Sorry. I was referring to your diagram. There is a step "Provider prompts connection" and it comes before we build Web3. Prompting connection is currently a part of...

![connection](https://github.com/ChainSafe/web3.unity/assets/36323674/a7653f9e-49f2-40e7-9784-7e1234f304bc) @oleksandrchainsafe here's the class diagram for PR3, I've also updated PR4 by moving session restoration form PR3 to PR4

> Looks good, yet hard to envision the final result IMO. > > Please make sure users can manage: a) time of initialization of web3, b) where web3 is stored...