Skip to content

Commit e876738

Browse files
committed
docs: add ZK Loan smart contract tutorial (Part 1)
Add the first part of the ZK Loan DApp tutorial covering the smart contract, Schnorr signature module, witness implementation, and compilation steps. Update the advanced placeholder to link to the new tutorial location.
1 parent c859c3b commit e876738

File tree

3 files changed

+843
-3
lines changed

3 files changed

+843
-3
lines changed

docs/tutorials/_advanced/zk-loan-dapp.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ tags: [tutorials, advanced, zero-knowledge, loan, dapp]
88

99
# Zero Knowledge loan DApp
1010

11-
:::info
12-
Coming soon!
13-
:::
11+
This tutorial is now available. See the [ZK Loan](/tutorials/zk-loan) section for the full guide.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
position: 30
2+
label: 'ZK Loan'
3+
collapsible: true # make the category collapsible
4+
collapsed: true # keep the category closed by default
5+
link:
6+
type: generated-index
7+
title: ZK Loan (Advanced)
8+
description: Advanced tutorials for building a zero-knowledge loan DApp on Midnight Network.

0 commit comments

Comments
 (0)