Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.13 KB

File metadata and controls

25 lines (17 loc) · 1.13 KB

Derived Wallet Base

Shared utilities and abstractions for Derivable Abstracted Account (DAA) integrations with the Aptos blockchain.

Note: This is an internal package. If you're building a dApp, use one of the chain-specific packages instead:

What's Included

  • DAA Address Computation - computeDerivableAuthenticationKey() for deriving Aptos addresses from cross-chain identities
  • Structured Messages - Encoding/decoding for Aptos structured message format
  • Signing Message Parsing - Parse incoming transaction and message signing requests
  • Envelope Utilities - Create human-readable statements for "Sign in with..." flows
  • User Response Helpers - Standard wallet response utilities

Resources

License

Apache-2.0