Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Aug 17, 2023
1 parent 85533b5 commit 00abd02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/zkapps/tutorials/02-private-inputs-hash-functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Ensure your environment meets the [Prerequisites](/zkapps/tutorials#prerequisite

2. Create a project by using the `zk project` command:

<!-- Prerequisites for the tutorial runner
<!-- Prerequisites for the tutorial runner - MDX doesn't display these comments but the tutorial runner still picks up the code
```sh
$ npm install -g zkapp-cli
```
Expand Down Expand Up @@ -259,7 +259,12 @@ For this tutorial, the key parts to discuss are initializing our contract and us

The smart contract initialization this time is:

<!-- setting up the src/main.ts file with some boilerplate code
<!--

Prerequisites for the tutorial runner - MDX doesn't display these comments but the tutorial runner still picks up the code
We initialize the main.ts script with the boilerplate from the previous tutorial


```ts src/main.ts
1 import { IncrementSecret } from './IncrementSecret.js';
2 import {
Expand Down

0 comments on commit 00abd02

Please sign in to comment.