-
Notifications
You must be signed in to change notification settings - Fork 66
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
i-asimkhan
wants to merge
49
commits into
main
Choose a base branch
from
asim/mirai_web3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r used in web3modal_flutter
i-asimkhan
changed the title
[Web3] [DRAFT]: Connect wallet <metamask and trust> and sign messages
[Web3] [DRAFT]: Connect wallet <metamask - trust> and sign messages
Feb 8, 2024
…model in `mirai_web3`
i-asimkhan
force-pushed
the
asim/mirai_web3
branch
from
February 8, 2024 12:10
93e6272
to
3f3b4c3
Compare
* main: Upgrade mirai to v0.6 Update melos
…d connection with network
…e and supply to BIgInt
…ator, added `decimals` in token details
i-asimkhan
force-pushed
the
asim/mirai_web3
branch
from
February 20, 2024 11:11
bde0968
to
192ced1
Compare
i-asimkhan
force-pushed
the
asim/mirai_web3
branch
from
February 21, 2024 14:48
941d1e1
to
82a3958
Compare
i-asimkhan
force-pushed
the
asim/mirai_web3
branch
from
February 21, 2024 15:12
82a3958
to
8236125
Compare
…> in utils/extensions of mirai_web3
…action in `mirai_web3`
…actions of each token
…ansactions` method
…r less number in `mirai_web3`
i-asimkhan
force-pushed
the
asim/mirai_web3
branch
2 times, most recently
from
February 29, 2024 05:14
823d186
to
6d4fb35
Compare
* 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
changed the title
[Web3] [DRAFT]: Connect wallet <metamask - trust> and sign messages
[Web3] : Connect wallet <metamask - trust> then load tokens from the deployed contracts, transfer to public addresses and load transactions.
Feb 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Allowed connection to the chain using
connect-wallet
. Now we are introducing a new package insidemirai/package
calledmirai_web3
.Now we can do the following with
mirai_web3
.Type of Change