Securrency-OSS / mirai

Mirai is a Server-Driven UI (SDUI) library for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time.
https://pub.dev/packages/mirai
MIT License
478 stars 58 forks source link

[Web3] : Connect wallet <metamask - trust> then load tokens from the deployed contracts, transfer to public addresses and load transactions. #249

Open i-asimkhan opened 3 months ago

i-asimkhan commented 3 months ago

Description

Allowed connection to the chain using connect-wallet . Now we are introducing a new package inside mirai/package called mirai_web3.

Now we can do the following with mirai_web3.

Type of Change