Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e876738
docs: add ZK Loan smart contract tutorial (Part 1)
Olanetsoft Mar 26, 2026
21b991d
docs: add ZK Loan attestation API tutorial (Part 2)
Olanetsoft Mar 26, 2026
14bae2d
docs: add ZK Loan CLI and end-to-end testing tutorial (Part 3)
Olanetsoft Mar 26, 2026
3620b0e
docs: add internal cross-reference links between ZK Loan tutorial parts
Olanetsoft Mar 26, 2026
1c62a34
docs: add internal links to Midnight docs pages from ZK Loan tutorial
Olanetsoft Mar 26, 2026
ba8caef
Merge branch 'main' into tutorials/zk-loan-part-1
Olanetsoft Apr 2, 2026
e00d6eb
docs: address review feedback on ZK Loan tutorial
Olanetsoft Apr 2, 2026
e5480a6
docs: address remaining review feedback on ZK Loan tutorial
Olanetsoft Apr 2, 2026
e6ad19a
Merge branch 'main' into tutorials/zk-loan-part-1
Olanetsoft Apr 2, 2026
a7fe5a5
Merge branch 'main' into tutorials/zk-loan-part-1
Olanetsoft Apr 2, 2026
41999ae
Update docs/tutorials/zk-loan/smart-contract.mdx
Olanetsoft Apr 5, 2026
4d83d9b
Update docs/tutorials/zk-loan/smart-contract.mdx
Olanetsoft Apr 5, 2026
66ca290
Update docs/tutorials/zk-loan/smart-contract.mdx
Olanetsoft Apr 5, 2026
8e84878
Update docs/tutorials/zk-loan/attestation-api.mdx
Olanetsoft Apr 5, 2026
43cd27b
Update docs/tutorials/zk-loan/cli.mdx
Olanetsoft Apr 5, 2026
fce5308
Update docs/tutorials/zk-loan/cli.mdx
Olanetsoft Apr 5, 2026
b9edd2b
Update docs/tutorials/zk-loan/smart-contract.mdx
Olanetsoft Apr 5, 2026
d23e3e5
Update docs/tutorials/zk-loan/cli.mdx
Olanetsoft Apr 5, 2026
04f49d8
Merge branch 'main' into tutorials/zk-loan-part-1
Olanetsoft Apr 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/tutorials/_advanced/zk-loan-dapp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ tags: [tutorials, advanced, zero-knowledge, loan, dapp]

# Zero Knowledge loan DApp

:::info
Coming soon!
:::
This tutorial is now available. See the [ZK Loan](/tutorials/zk-loan) section for the full guide.
8 changes: 8 additions & 0 deletions docs/tutorials/zk-loan/_category_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
position: 30
label: 'ZK Loan'
collapsible: true # make the category collapsible
collapsed: true # keep the category closed by default
link:
type: generated-index
title: ZK Loan (Advanced)
description: Advanced tutorials for building a zero-knowledge loan DApp on Midnight Network.
Loading
Loading