-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Providing more options to users for connecting their addresses to view their AssetMantle Wallet data and perform transactions.
Describe the solution you'd like.
- Create an additional option in the list of wallets / connection options to include WalletConnect
- Add the necessary libraries which provides the api for WaletConnect integration
- Verify that there are error / exception messages for all flows, e.g. in case user selects WalletConnect and a specific wallet while that wallet is unavailable.
- Create logic in the redux Actions and Reducers integrating the query and transaction flows of WalletConnect based wallets, enabling read / write operations of AssetMantle blockchain data.
- Since this option opens the users to view $MNTL erc20 tokens as well, hence the token info page also needs to reflect them.
Describe alternatives you've considered
No response
Additional context.
- Fork the repository for commencing building the new feature / enchancement
- Create a PR once the code is implemented and tested
- PR needs to be reviewed by the AssetMantle Dev team before integration.
- Actively check the messages posted in the PR by the AssetMantle dev team.