We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The wallet package aims to provide the following functionalities:
not to abstract any external chain interactions into this package (e.g. bridge deposits).
not to include any specific wallet connection methods (e.g. DemexWallet.withLeap).
implement signTx function body. feat: @demex-sdk/wallet #8
signTx
add support for signing EIP712 messages. [@demex-sdk/wallet] EIP712 Signing #25
add support for managing EVM account. Feat/merge account #29
add support for grant account. Feat/grantee #20
add signing/broadcast function hooks to notify dApp UI. feat: @demex-sdk/wallet #8
add support to wrap messages as proposals for grouped accounts (abstraction moved to @demex-sdk/transact: Transaction Helper functions #26)
The text was updated successfully, but these errors were encountered:
stevenkhong
No branches or pull requests
Summary
The wallet package aims to provide the following functionalities:
Non-goals
not to abstract any external chain interactions into this package (e.g. bridge deposits).
not to include any specific wallet connection methods (e.g. DemexWallet.withLeap).
implement
signTx
function body. feat: @demex-sdk/wallet #8add support for signing EIP712 messages. [@demex-sdk/wallet] EIP712 Signing #25
add support for managing EVM account. Feat/merge account #29
add support for grant account. Feat/grantee #20
add signing/broadcast function hooks to notify dApp UI. feat: @demex-sdk/wallet #8
add support to wrap messages as proposals for grouped accounts(abstraction moved to @demex-sdk/transact: Transaction Helper functions #26)The text was updated successfully, but these errors were encountered: