docs: add cast keychain reference page#276
Merged
Conversation
Co-Authored-By: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d76b5-e92a-7588-87bc-4969a2f98a2d
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
looks good but I'd suggest to make it inline with the other commands, just mention the command without all details and keeping them in index instead dedicated file, as in https://github.com/tempoxyz/docs/blob/add95f51758061bd7698ddddf89a3fe34482dd15/src/pages/sdk/foundry/index.mdx @0xrusowsky any reason to have it handled differently? |
Move cast keychain content into the Foundry page as its own section instead of a separate subpage. Strip command output examples to keep only the commands themselves. Co-authored-by: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d8c9d-af39-74af-b485-7399e100a4f8
Single code block with inline comments, no separate headings/tables/prose. Co-Authored-By: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d8c9d-af39-74af-b485-7399e100a4f8
grandizzy
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
cast keychainreference page under SDKs → Foundry documenting the CLI interface to Tempo's Account Keychain precompile.Changes
sdk/foundry/cast-keychain.mdxcovering all subcommands:authorize,revoke,update-limit,set-scope,remove-scope,key-info,remaining-limit--limit), call scopes (--scope/--scopesJSON), signature types, expiry behavior, command aliases, and access key delegationReference
Prompted by: rusowsky