Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@ Run your app and you should see buttons for each detected wallet. Click one to c

## Learn more

- [Documentation](https://www.framework-kit.com/) — full guides and API reference
- [Full hooks documentation](packages/react-hooks/README.md) — all available hooks and options
- [Client API](packages/client/README.md) — use the client without React
2 changes: 2 additions & 0 deletions apps/docs/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Analytics } from '@vercel/analytics/next';
import type { Metadata } from 'next';
import { Plus_Jakarta_Sans } from 'next/font/google';
import './globals.css';
Expand Down Expand Up @@ -29,6 +30,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<html lang="en" suppressHydrationWarning>
<body className={jakarta.className}>
<Provider>{children}</Provider>
<Analytics />
</body>
</html>
);
Expand Down
1 change: 1 addition & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@fumadocs/ui": "^16.4.4",
"@vercel/analytics": "^1.6.1",
"@types/mdx": "^2.0.13",
"@vercel/og": "^0.8.6",
"clsx": "^2.1.1",
Expand Down
1 change: 1 addition & 0 deletions packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ const connectors = autoDiscover({

## More resources

- [Documentation](https://www.framework-kit.com/) — full guides and API reference
- Playground: `examples/vite-react` (run with `pnpm install && pnpm dev`).
- Next.js reference app: `examples/nextjs`.
- Client APIs live in `src/actions.ts`, `src/watchers`, and `src/features/*` for helper internals.
1 change: 1 addition & 0 deletions packages/react-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ This approach follows Wallet Standard's wallet-agnostic discovery pattern while

## More resources

- [Documentation](https://www.framework-kit.com/) — full guides and API reference
- Playground: `examples/vite-react` (run with `pnpm install && pnpm dev`).
- Next.js reference app: `examples/nextjs`.
- Hook JSDoc lives in `src/hooks.ts`, `src/queryHooks.ts`, `src/ui.tsx`.
4 changes: 4 additions & 0 deletions packages/web3-compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,7 @@ Phase 0 does not fully replace web3.js. Notable gaps:

Future phases will expand coverage and introduce intentional
breaking changes once users have an easy migration path.

## More resources

- [Documentation](https://www.framework-kit.com/) — full guides and API reference
34 changes: 34 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading