Update docs/DEV.md
This commit is contained in:
parent
248f6b3bed
commit
acc156f038
18
docs/DEV.md
18
docs/DEV.md
|
|
@ -108,7 +108,7 @@ Typical uses:
|
|||
- inspect transaction fields
|
||||
- apply or undo balance-sheet effects
|
||||
|
||||
For user-facing transaction behavior, see [TRANSACTIONS.md](./TRANSACTIONS.md).
|
||||
For user-facing transaction behavior, see [TRANSACTIONS.md](src/branch/main/docs/TRANSACTIONS.md).
|
||||
|
||||
### Common Hashing and Types
|
||||
|
||||
|
|
@ -148,7 +148,7 @@ Typical uses:
|
|||
- inspect client request helpers
|
||||
- inspect response structures
|
||||
|
||||
For raw client handshake notes, see [DEV_CLIENTS.md](./DEV_CLIENTS.md).
|
||||
For raw client handshake notes, see [DEV_CLIENTS.md](src/branch/main/docs/DEV_CLIENTS.md).
|
||||
|
||||
### Standalone Tool Connections
|
||||
|
||||
|
|
@ -225,7 +225,7 @@ When adding a tool:
|
|||
- use `standalone_tools::connections` for RPC client requests
|
||||
- keep RPC payloads binary across the TCP stream
|
||||
- print human-readable or JSON-decoded output only after the binary response is received
|
||||
- add the tool to [CLI_TOOLS.md](./CLI_TOOLS.md)
|
||||
- add the tool to [CLI_TOOLS.md](src/branch/main/docs/CLI_TOOLS.md)
|
||||
|
||||
## Adding New RPC Commands
|
||||
|
||||
|
|
@ -242,9 +242,9 @@ When adding a command:
|
|||
|
||||
## Documentation Map
|
||||
|
||||
- [README.md](../README.md): build, configure and start a node
|
||||
- [CLI_TOOLS.md](./CLI_TOOLS.md): command-line tool reference
|
||||
- [TRANSACTIONS.md](./TRANSACTIONS.md): transaction behavior reference
|
||||
- [POSTGRES.md](./POSTGRES.md): manual PostgreSQL setup
|
||||
- [SETTINGS.md](./SETTINGS.md): `settings.ini` field reference
|
||||
- [DEV_CLIENTS.md](./DEV_CLIENTS.md): low-level client handshake and request notes
|
||||
- [README.md](README.md): build, configure and start a node
|
||||
- [CLI_TOOLS.md](src/branch/main/docs/CLI_TOOLS.md): command-line tool reference
|
||||
- [TRANSACTIONS.md](src/branch/main/docs/TRANSACTIONS.md): transaction behavior reference
|
||||
- [POSTGRES.md](src/branch/main/docs/POSTGRES.md): manual PostgreSQL setup
|
||||
- [SETTINGS.md](src/branch/main/docs/SETTINGS.md): `settings.ini` field reference
|
||||
- [DEV_CLIENTS.md](src/branch/main/docs/DEV_CLIENTS.md): low-level client handshake and request notes
|
||||
|
|
|
|||
Loading…
Reference in New Issue