Skip to main content
The @apophis-sdk/cosmos-signers package is a bundle of signers for the Cosmos ecosystem. It includes the following signers: Other signers will be added in the future. Particularly, I’m eyeing: Example:
Of course, you can also manually register only the signers you need:

Using Signers

The core library exposes the signals 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: