Skip to content

Add no_std support for keetanetwork-account to enable ledger device compatibility #5

Description

@mamonet

Add no_std support to keetanetwork-account to enable use in embedded environments like Ledger hardware wallets. The ledger device app needs to display human-readable account addresses (e.g., keeta_...). Currently, keetanetwork-account requires std, making it unusable on the ledger platform.

  • format_public_key_string() - encode pubkey to keeta_... address
  • parse_public_key() - decode keeta_... address to pubkey bytes
  • Key type constants (ECDSA, ED25519, TOKEN, NETWORK, etc.)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions