A bundle of signers for the Cosmos ecosystem.
@apophis-sdk/cosmos-signers
package is a bundle of signers for the Cosmos ecosystem. It
includes the following signers:
KeplrSigner
& LeapSigner
from the @apophis-sdk/keplr-signer packageWalletConnectCosmosSigner
from the @apophis-sdk/walletconnect-signer packagesignals
object which in turn exposes the signer
signal. Throughout
the SDK, this signal is often used as fallback when not providing a specific signer. Similarly, the
Cosmos Components populate this signal when a signer is connected
through the Wallet Modal.
The below example shows how to use the signer
to sign and broadcast a transaction within Preact: