0.0.25 • Published 23 days ago

@lumx-protocol/embedded-wallet v0.0.25

Weekly downloads
-
License
MIT
Repository
-
Last release
23 days ago

Embedded Wallet

Run integration tests Release

PnP auth library for onboarding users with smartwallets

For more information try it out on our playground!

Basic usage:

import { Wallet, WalletContextProvider } from '@lumx-protocol/embedded-wallet'

<WalletContextProvider
  clientId="CONTACT US TO GET YOUR CLIENT ID"
>
  <Wallet />
</WalletContextProvider>