You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
Grill is a modern Solana development kit monorepo that provides React components and utilities for building Solana applications with automatic account batching and caching. It's built on top of gill-react and integrates with @solana/kit.
7
+
Grill is a modern Solana development kit monorepo that provides React components and utilities for building Solana applications with automatic account batching and caching. It's built on top of @gillsdk/react and integrates with @solana/kit.
8
8
9
9
## Technology Stack
10
10
11
11
-**Package Manager**: Bun (v1.2.19)
12
12
-**Build System**: Turbo for monorepo orchestration
13
13
-**Framework**: React 19 with TypeScript
14
-
-**Solana**: @solana/kit, gill, gill-react
14
+
-**Solana**: @solana/kit, gill, @gillsdk/react
15
15
-**State Management**: @tanstack/react-query for caching
16
16
-**Routing**: @tanstack/react-router (in example-dapp)
17
17
-**Styling**: Tailwind CSS v4 with shadcn/ui components
@@ -58,6 +58,7 @@ bun run lint:fix # Fix linting and formatting issues
58
58
### Monorepo Structure
59
59
60
60
The project uses Bun workspaces with packages in two directories:
61
+
61
62
-`packages/*` - Core library packages
62
63
-`apps/*` - Example applications
63
64
@@ -80,9 +81,10 @@ The project uses Bun workspaces with packages in two directories:
80
81
### Provider Hierarchy
81
82
82
83
When using Grill, providers must be set up in this order:
0 commit comments