From cee70f548e2399deb0553fd657d4d123fcde7677 Mon Sep 17 00:00:00 2001 From: barriebyron Date: Tue, 15 Aug 2023 15:27:08 -0400 Subject: [PATCH] WIP tuto 6 --- docs/zkapps/tutorials/06-offchain-storage.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zkapps/tutorials/06-offchain-storage.mdx b/docs/zkapps/tutorials/06-offchain-storage.mdx index 46c1c80b3..74b5eff68 100644 --- a/docs/zkapps/tutorials/06-offchain-storage.mdx +++ b/docs/zkapps/tutorials/06-offchain-storage.mdx @@ -9,7 +9,7 @@ keywords: - off-chain storage - smart contract - trustless zero knowledge - - off-chain storage + - merkle - zk proof - zk - blockchain @@ -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.