Signing
Transaction signing with keyrings and cloud KMS providers.
Examples (3)
Section titled “Examples (3)”| Example | Description |
|---|---|
| Ed25519 Signing From Keyring | This example demonstrates how to retrieve secrets from a keyring and use them to sign transactions. |
| HD Signing From Keyring | This example demonstrates how to retrieve secrets from a keyring and use them to sign transactions. |
| Ed25519 Signing from AWS KMS | This example demonstrates how to use the AWS KMS to perform Ed25519 signing for Algorand transactions. |
Quick Start
Section titled “Quick Start”Run any example from the repository’s examples directory:
cd examplesnpm run example signing/01-*.ts