mirai icon indicating copy to clipboard operation
mirai copied to clipboard

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

Open i-asimkhan opened this issue 1 year ago • 0 comments

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

  • [X] 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 avatar Feb 08 '24 11:02 i-asimkhan