Skip to content

Commit

Permalink
WIP tuto 6
Browse files Browse the repository at this point in the history
  • Loading branch information
barriebyron committed Aug 15, 2023
1 parent e9b8e7e commit cee70f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zkapps/tutorials/06-offchain-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- off-chain storage
- smart contract
- trustless zero knowledge
- off-chain storage
- merkle
- zk proof
- zk
- blockchain
Expand All @@ -28,7 +28,7 @@ In [Tutorial 5: Common Types and Functions](common-types-and-functions), you lea

This tutorial presents a library and pattern to store Merkle trees off-chain and store only the tree's root hash on-chain.

This approach is a step towards unlocking a larger set of applications that require off-chain storage. Future solutions can provide more decentralized options for zkApps that require more trustless solutions.
This approach is a step towards unlocking a larger set of applications that require off-chain storage. Future solutions can provide other decentralized options for zkApps that require more trustless solutions.

This tutorial provides a single-server solution to data storage for prototyping zkApps and building zkApps where some trust guarantees are reasonable. The solution proposed in this learning tutorial is appropriate for development, but is not recommended for zkApps that require trustlessness.

Expand Down

0 comments on commit cee70f5

Please sign in to comment.