Skip to content

docs(claude): align seismic-react template with real package APIs - #306

Open
kutluhaneth46 wants to merge 1 commit into
SeismicSystems:mainfrom
kutluhaneth46:cursor/docs-claude-seismic-react-template-88c1
Open

docs(claude): align seismic-react template with real package APIs#306
kutluhaneth46 wants to merge 1 commit into
SeismicSystems:mainfrom
kutluhaneth46:cursor/docs-claude-seismic-react-template-88c1

Conversation

@kutluhaneth46

Copy link
Copy Markdown

Summary

  • Fixes Claude Code seismic-react template that documented non-existent hooks (useShieldedRead / useShieldedWrite) and 404 doc links under /client-libraries/....
  • Aligns patterns with @seismic-systems/seismic-react: useShieldedContract for shielded reads, useShieldedWriteContract for shielded writes (config at init), plus wagmi for public calls.
  • Updates Related Documentation to live docs.seismic.systems URLs.

Closes #304

Test plan

  • Diff template against seismic-react README / building-a-frontend docs
  • Confirm no remaining useShieldedRead / useShieldedWrite / /client-libraries/ links
  • Spot-check generated prompt still covers connect + public/shielded read/write flows

Replace invented useShieldedRead/useShieldedWrite patterns with
useShieldedContract and useShieldedWriteContract, and point Related
Documentation at live docs.seismic.systems URLs instead of 404 paths.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(claude-code): seismic-react template invents hooks and links to 404 doc paths

1 participant