@xlabs-libs/wallet-aggregator-aptos
v1.0.0-alpha.2
Published
Implements the base abstractions for the Aptos blockchain.
Keywords
Readme
Wallet Aggregator - Aptos
Implements the base abstractions for the Aptos blockchain.
Usage
import { AptosWallet } from "@xlabs-libs/wallet-aggregator-aptos";
const walletCore = AptosWallet.walletCoreFactory(aptosWalletConfig, true, []);
walletCore.wallets.forEach((wallet) => {
new AptosWallet(wallet, walletCore);
});