1.0.0-alpha.2 • Published 6 months ago

@xlabs-libs/wallet-aggregator-aptos v1.0.0-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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