Built into the Cosmos integration is a local signer that can be used with a private key or mnemonic.
LocalSigner
is not technically a part of the @apophis-sdk/cosmos-signers
package, but instead
built directly into the @apophis-sdk/cosmos
package. It is a simple signer that can be used with a
private key or mnemonic, and useful for CLI tools or server environments.
LocalSigner
, you can use it directly to sign transactions: