Files
chia-blockchain/.cursor/rules/context-wallet.mdc
T
Almog De PazandGitHub 79008d11d5 context for moduls and testing for cursor to use automatically (#20572)
* context fo cursor

* pass with docs refrence, fix line counts and some more and minor fixes

* lint

* pr comments

* fixes
2026-05-01 14:02:08 -05:00

14 lines
448 B
Plaintext

---
description: Auto-attach wallet context when working in wallet code
globs:
- chia/wallet/**
---
# Wallet Context Available
Deep context for this subsystem exists at `.cursor/context/wallet.md`.
Read it before exploring code — it documents coin selection, the wallet sync
model (trusted vs untrusted), `WalletStateManager` responsibilities,
sub-wallet types, transaction construction flow, `WalletActionScope`, and
the RPC surface layout.