Every user has access to a complete wallet.
1import {
2 PaperEmbeddedWalletSdk,
3} from '@paperxyz/embedded-wallet-service-sdk';
4
5const sdk = new PaperEmbeddedWalletSdk({
6 clientId: "MY_CLIENT_ID",
7 chain: "Polygon",
8});
9
10<button onClick={() => sdk.auth.loginWithPaperModal()}>
11 Connect with Paper
12</button>
Supported Networks
Secure. We use Threshold Secret Sharing to make sure your users' private keys will never be compromised.
Fully compliant. Our wallets are non-custodial, so you never have to worry about complex regulations.
Always available. Our wallets have 99% uptime, so your users will always be able to access their wallets and NFTs.