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

@demex-sdk/wallet: Wallet client abstraction #13

Open
5 tasks done
stevenkhong opened this issue Nov 28, 2024 · 0 comments
Open
5 tasks done

@demex-sdk/wallet: Wallet client abstraction #13

stevenkhong opened this issue Nov 28, 2024 · 0 comments
Assignees

Comments

@stevenkhong
Copy link
Contributor

stevenkhong commented Nov 28, 2024

Summary

The wallet package aims to provide the following functionalities:

  1. Abstract popular dApp wallet connectors (Keplr, Leap, Ledger, and RainbowKit) into a wallet model abstraction.
  2. Provide an interface for transaction signing.
  3. Manages the broadcast of signed transactions (including offline management of tx sequence numbers).
  4. Support EIP712 message signing.
  5. Support merge EVM account (specific to Demex chain).
  6. Support authz and feegrant to enable signless experience on dApps.
  7. Support group by converting messages to a group MsgSubmitProposal message.

Non-goals

@stevenkhong stevenkhong changed the title @demex-sdk/wallet Wallet client abstraction @demex-sdk/wallet: Wallet client abstraction Nov 28, 2024
@stevenkhong stevenkhong mentioned this issue Nov 28, 2024
2 tasks
@stevenkhong stevenkhong self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant