Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 861 Bytes

File metadata and controls

21 lines (15 loc) · 861 Bytes

Documentation recipes

The @iroha2/docs-recipes package contains a collection of code samples that are used for Iroha 2 JS Tutorial.

Why have a separated package?

The code samples are combined in a separate package for the following reasons:

  • To collect all recipes in a single place
  • To use actual imports (like @iroha2/client) in code
  • To test the documentation since the written code is affected by global repo type-check

Contents