@cedra-labs/wallet-adapter-core
v5.5.5
Published
Cedra Wallet Adapter Core
Maintainers
Readme
Cedra 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 "@cedra-labs/wallet-adapter-core";
const walletCore = new WalletCore([], dappConfig);
const wallets = walletCore.wallets();