11# Test Signer CLI
22
33Command-line helper for drafting, signing, and broadcasting Mina payments via
4- the public GraphQL API. It wraps the ` mina-test-signer ` library so you can submit
5- transactions without wiring up a full wallet or SDK.
4+ the public GraphQL API. It wraps the ` mina-test-signer ` library so you can
5+ submit transactions without wiring up a full wallet or SDK.
66
77## Getting Started
88
@@ -21,11 +21,11 @@ The optional `graphql_url` flag lets you override the default target defined in
2121 whether the transaction reached the pool.
22223 . ` utils.js ` provides small helpers for GraphQL string construction and CLI
2323 validation.
24- 4 . ` config.js ` centralises network defaults and usage messaging.
24+ 4 . ` config.js ` centralizes network defaults and usage messaging.
2525
2626Check the console output for a transaction id; you can re-run the pool check or
2727the ` getPooledUserCommands ` helper to confirm inclusion. Provide a ` nonce `
28- argument when you need to synchronise with on-chain account state manually. The
28+ argument when you need to synchronize with on-chain account state manually. The
2929CLI prints emoji-enhanced step logs and a summary table so you can spot
3030successes and failures at a glance. GraphQL errors (including malformed
3131responses) cause the CLI to exit with a non-zero status so they can be surfaced
@@ -42,4 +42,4 @@ For clarity, private key is in output format of:
4242## Safety Notes
4343
4444- Treat private keys in plain text with care. Prefer environment variables or a
45- secure secrets manager for real deployments.
45+ secure secrets manager for real deployments.
0 commit comments