JSPM

  • Created
  • Published
  • Downloads 8434
  • Score
    100M100P100Q141329F
  • License Apache-2.0

Aptos Wallet Adapter Core

Package Exports

  • @aptos-labs/wallet-adapter-core

Readme

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();