Commit 679bbaf
authored
How-To Guide: on how to sign contract invocations using C-accounts (#2206)
### What
How-to guide on how to sign contract invocations using G-accounts or C-accounts.
Although the guide covers both signing types (transaction signing, and auth-entry signing), it focuses more heavily on the auth-entry signing, which is new(er), more complicated and lacks documentation.
### Why
Having the opportunity to interact with multiple projects that enforce that flow (Launchtube, OpenZeppelin Relayer, WalletBackend, MeridianPay), I know very well how that's poorly documented and has many pitfalls.
This guide provides working code examples using `AssembledTransaction`, explains simulation and auth requirements, and includes visual diagrams to clarify the authorization flow.
### AI
The guide and snippets have been tested by multiple AI agents for functionality and clarity ✅
### Preview
Should be deployed to:
https://developers-pr2206.previews.kube001.services.stellar-ops.com/docs/build/guides/transactions/signing-soroban-invocations1 parent fb2aee4 commit 679bbaf
4 files changed
Lines changed: 465 additions & 0 deletions
File tree
- docs/build/guides/transactions
- static/assets/guides
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments