mirai
mirai copied to clipboard
[Web3] : Connect wallet <metamask - trust> then load tokens from the deployed contracts, transfer to public addresses and load transactions.
Description
Allowed connection to the chain using connect-wallet
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