ZcashLightClientKit/docs/README.md

13 lines
491 B
Markdown

# Documentation
Source code is intended to be self-documented with inline comments complying to SwiftDoc.
[SDK Architecture documentation](docs/Architecture.md) can be found on `docs/Architecture.md`
Continuous Integration documentation can found in [docs/ci.md](docs/ci.md)
Our **development process** is simple and described in [docs/development_process.md](docs/development_process.md)
In the `/testing` folder you will find documentation related to manual and automated testing.