@aptos-labs/wallet-adapter-core
TypeScript icon, indicating that this package has built-in type declarations

5.2.0 • Public • Published

Aptos Wallet Adapter core functionality

The core functionality for the wallet adapter that holds and manages the adapter state, validations and interaction with the current connected wallet.

Usage

import { WalletCore } from "@aptos-labs/wallet-adapter-core";

const walletCore = new WalletCore([], dappConfig);

const wallets = walletCore.wallets();

Package Sidebar

Install

npm i @aptos-labs/wallet-adapter-core

Weekly Downloads

17,065

Version

5.2.0

License

Apache-2.0

Unpacked Size

380 kB

Total Files

46

Last publish

Collaborators

  • hardsetting
  • aptos-labs