TheDocumentation Index
Fetch the complete documentation index at: https://docs.kiruse.dev/llms.txt
Use this file to discover all available pages before exploring further.
@apophis-sdk/cosmos-signers package is a bundle of signers for the Cosmos ecosystem. It
includes the following signers:
KeplrSigner&LeapSignerfrom the @apophis-sdk/keplr-signer packageWalletConnectCosmosSignerfrom the @apophis-sdk/walletconnect-signer package
- Direct Ledger support (i.e. no wallet like Keplr needed)
- Direct Keystone support
- Rujira Station (formerly Station), once it’s been released
- Vultisig
- CosmIFrame (DAODAO support)
Using Signers
The core library exposes thesignals 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: