KeplrSigner, and a derived class LeapSigner. KeplrSigner is a
specialization of the Signer class from @apophis-sdk/core designed to make it easier to
integrate new Keplr forks (such as Leap).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A signer integration for Keplr Wallet.
KeplrSigner, and a derived class LeapSigner. KeplrSigner is a
specialization of the Signer class from @apophis-sdk/core designed to make it easier to
integrate new Keplr forks (such as Leap).
import { Signer } from "@apophis-sdk/core";
import { KeplrSigner, LeapSigner } from "@apophis-sdk/keplr-signer";
Signer.register(
new KeplrSigner(),
new LeapSigner(),
);