Skip to content

Commit 26b620d

Browse files
author
RECTOR
committed
docs: add comprehensive client-side interaction guide
- Complete workflow: schema → Rust program → TypeScript client - Account fetching and Borsh deserialization examples - Transaction building with Anchor - WebSocket subscriptions for real-time updates - Error handling patterns and retry logic - Runtime serialization flow diagrams
1 parent 382e684 commit 26b620d

File tree

2 files changed

+880
-0
lines changed

2 files changed

+880
-0
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export default defineConfig({
7676
{ label: 'Error Handling', slug: 'guides/error-handling', badge: { text: 'New', variant: 'success' } },
7777
{ label: 'Debugging', slug: 'guides/debugging', badge: { text: 'New', variant: 'success' } },
7878
{ label: 'Borsh Internals & Performance', slug: 'guides/borsh-internals', badge: { text: 'New', variant: 'success' } },
79+
{ label: 'Client Interaction', slug: 'guides/client-interaction', badge: { text: 'New', variant: 'success' } },
7980
{ label: 'Migration Guide', slug: 'guides/migration-guide' },
8081
{ label: 'Vision', slug: 'guides/vision', badge: { text: 'New', variant: 'success' } },
8182
{ label: 'Future', slug: 'guides/future', badge: { text: 'New', variant: 'success' } },

0 commit comments

Comments
 (0)