Add the ability to export private key for embedded wallets

Add the ability to export private key for embedded wallets
Add the ability to export private key for embedded wallets

We now allow your users to export their private keys.  

At Paper, we make web3 wallets super simple for your users. They can log in with email or social auth. Unlike other email-based wallets, we're completely non-custodial.

And now, your users have the ability to export their private keys by embedding this page in an iframe.

<iframe src='https://withpaper.com/sdk/2022-08-12/embedded-wallet/export?clientId=CLIENT_ID' />

Why your users would want this

  • As your users gain familiarity with crypto, they want to manage their wallet in their favorite app.
  • Your users may lose access to their email (e.g. corporate account) and want to fully own their wallet.

How it works

This page must be embedded as an iframe on an allowlisted domain.

There are two major benefits:

  • You control whether to allow users to export their private key.
  • Your users cannot be phished from a malicious domain.