The @iroha2/docs-recipes
package contains a collection of code samples that are used for Iroha 2 JS Tutorial.
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