wallet-adapter

Modular TypeScript wallet adapters and components for Solana applications.

APACHE-2.0 License

Downloads
270.4K
Stars
1.3K
Committers
122

Bot releases are visible (Hide)

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 7b06737: Use wallet button hooks from base-ui package
  • ba57f75: feat: extract wallet buttons and text labels into separate components
    Now that the wallet connection state is an enum, it makes it easier to extract the labels from the components. You can now bring your own i18n framework to bear on the Base* version of WalletConnectButton, WalletDisconnectButton, and WalletMultiButton to inject your own translated labels.
  • 7c6f2e1: feat: hooks that you can use to create custom wallet connection UI components
    Hooks that track the state of the wallet connection specifically for the purpose of rendering wallet connection UI. This will allow UI developers to create custom controls easily, using their own UI frameworks, localization infrastructure, and styles.
wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 18e023f: Add support for versioned transactions
wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 3b93799: Fix next.js warnings when building starter project
wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 6f7b4595: Support versioned transactions in Nightly wallet adapter
wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 4bb73bc7: Support versioned transactions in NuFi adapter
wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • f62ce364: Update to 2.0.0 of the Solana Mobile Wallet adapter. This fixes a bug where the app's AppIdentity would not be forwarded to the wallet when reauthorize was called, as demanded by the specification.
wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

wallet-adapter - @solana/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 61d62efa: Add VersionedTransaction support to AnchorWallet interface and useAnchorWallet hook