Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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