Keeper Wallet for developers
Go to homepage
  • Build Web3 apps with Keeper Wallet
  • Connect web app
    • Signer: Connect Keeper on website
      • ProviderKeeper
      • ProviderKeeperMobile
    • In-browser Keeper Wallet API
  • Connect mobile app
    • Keeper Mobile: Connect in iOS or Android app
      • Swift
      • Kotlin
      • Flutter
  • Earn with Swap widget
    • Swap widget: Embed & customize
Powered by GitBook
On this page

Was this helpful?

  1. Connect web app

Signer: Connect Keeper on website

PreviousBuild Web3 apps with Keeper WalletNextProviderKeeper

Last updated 1 year ago

Was this helpful?

To enable access to your web app via Keeper Wallet, use Signer.

Signer is a TypeScript/JavaScript library designed to sign and submit transactions on behalf of a user in any browser. The user can review details of each transaction and then confirm or reject it.

Signer implements a unified interface for interacting with signature provider libraries. You just initialize the libraries in your app and then use Signer functions to obtain signatures for transactions or arbitrary messages.

Keeper Wallet maintains the following signature providers:

generates signatures via Keeper Wallet browser extension.

generates signatures via Keeper Wallet mobile app.

Refer to the for details on Signer installation and functions.

ProviderKeeper
ProviderKeeperMobile
documentation