Signer: Connect Keeper on website
Last updated
Was this helpful?
Last updated
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.