ZcashLightClientKit/docs
Lukas Korba 5600e77a71 Rewind action continues to the processScanRanges
- the diagram png + puml updated
- rewind action continues to the process scan ranges
2023-09-13 16:28:42 +02:00
..
images Rewind action continues to the processScanRanges 2023-09-13 16:28:42 +02:00
testing [#1108] Instrument rust backend tracing (#1109) 2023-05-23 13:31:30 -03:00
Architecture.md Initial setup code review, lint and coding guidelines 2021-09-14 11:39:14 -03:00
README.md - [#759] Remove Jazz-generated HTML docs 2023-02-06 14:29:22 -03:00
cbp_state_machine.puml Rewind action continues to the processScanRanges 2023-09-13 16:28:42 +02:00
ci.md [#612] Remove Support for Cocoapods (#706) 2023-01-06 12:26:00 -03:00
development_process.md [#1001] Remove PendingDb in favor of `v_transactions` and `v_tx_output` Views (#1001) 2023-05-05 14:30:47 -03:00

README.md

Documentation

Source code is intended to be self-documented with inline comments complying to SwiftDoc.

SDK Architecture documentation can be found on docs/Architecture.md

Continuous Integration documentation can found in docs/ci.md

Our development process is simple and described in docs/development_process.md

In the /testing folder you will find documentation related to manual and automated testing.