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