UNPKG

@koralabs/cardano-wallets

Version:

Library for connecting cardano wallets in the browser using CIP-30

5 lines (4 loc) 152 B
import { WalletKey } from './enums/WalletName'; import { CardanoWallets } from './CardanoWallets'; export { WalletKey }; export default CardanoWallets;