9 lines
400 B
Plaintext
9 lines
400 B
Plaintext
---
|
|
description: Specific rules for Starknet React projects, focusing on blockchain integration.
|
|
globs: starknet/**/*.tsx
|
|
---
|
|
- Centralize blockchain connection management
|
|
- Implement automatic reconnection and error handling
|
|
- Use React hooks for transaction status management
|
|
- Provide clear UI feedback for blockchain interactions
|
|
- Implement comprehensive error handling for blockchain operations |