6 lines
340 B
Plaintext
6 lines
340 B
Plaintext
---
|
|
description: Applies to smart contracts, guiding on optimizing contracts for gas efficiency, considering storage layout and function optimization.
|
|
globs: **/*.sol
|
|
---
|
|
- Optimize contracts for gas efficiency, considering storage layout and function optimization.
|
|
- Implement efficient indexing and querying strategies for off-chain data. |