ZcashLightClientKit/docs
Lukas Korba 25582fecef [#1452] TX Resubmission-the wallet has to periodically resubmit unmined transactions (#1454)
- State machine puml and png files updated
- Order of transaction removed because it has no effect
2024-07-03 14:31:43 +02:00
..
images
testing
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
ci.md
development_process.md

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.