Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 698 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 698 Bytes

Cadence Tools

Contains various developer tools for Cadence.

  • Cadence Lint - The linter for Cadence. Find programming errors, bugs, stylistic errors and suspicious constructs

  • Cadence Testing Framework - The Cadence testing framework provides a convenient way to write tests for Cadence programs in Cadence.

  • Cadence Language Server - Language server implementation for Cadence. It provides editors and IDEs that support LSP language features like auto complete, go to definition, documentation and type information on hover, etc

  • Cadence Documentation Generator - Generates human-readable documentation for Cadence programs.