Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 49 commits into
base: main
Choose a base branch
from

Conversation

i-asimkhan
Copy link
Contributor

@i-asimkhan i-asimkhan commented Feb 8, 2024

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.

  • Select chain and wallet
  • Load token or asset details using deployed contracts on the chain
  • Transfer tokens to public addresses
  • Load transactions for tokens (deployed contracts)

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code refactor
  • Build configuration change
  • Documentation
  • Chore
@i-asimkhan i-asimkhan changed the title [Web3] [DRAFT]: Connect wallet <metamask and trust> and sign messages Feb 8, 2024
@i-asimkhan i-asimkhan marked this pull request as ready for review February 28, 2024 11:02
@i-asimkhan i-asimkhan force-pushed the asim/mirai_web3 branch 2 times, most recently from 823d186 to 6d4fb35 Compare February 29, 2024 05:14
* main: (30 commits)
  Add form validation action
  Make Mirai Form Scope nullable
  Add initial value
  Pass formscope from _TextFormFieldWidget
  Remove form cubit
  minor code changes
  Add network results to form
  Format JSONs in mirai gallery
  Add Mirai Network Request & Network Result
  Update Mirai network
  Revamp Mirai Form
  Revamp Mirai Form
  Add support to Chip Widget
  Add support to Chip Widget
  Fix imports in mirai_grid_view_parser.dart
  Refactor MiraiIconParser
  Add support to Chip Widget
  Add Mirai grid view example to the gallery
  Export Mirai grid view parser
  Update pods
  ...
@i-asimkhan i-asimkhan changed the title [Web3] [DRAFT]: Connect wallet <metamask - trust> and sign messages Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant