From 8984cf666e9e913bb47a17c04bddac7bb38d177f Mon Sep 17 00:00:00 2001 From: Han <4738254+h4n0@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:13:07 +0100 Subject: [PATCH] Update documentation --- docs/Milestone.md | 2 +- docs/Tutorial.md | 1 + docs/WhyMina.md | 7 +++++++ docs/index.md | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/WhyMina.md diff --git a/docs/Milestone.md b/docs/Milestone.md index 09a7200..ff25243 100644 --- a/docs/Milestone.md +++ b/docs/Milestone.md @@ -1,4 +1,4 @@ -# Archived Milestones +# Achieved Milestones Milestone 0: Design a Domain Model with a Focus on Mina zk Privacy. Develop a privacy-focused model for AdMeta by leveraging Mina’s zero-knowledge proofs for secure and confidential score storage. diff --git a/docs/Tutorial.md b/docs/Tutorial.md index 8fad24a..0b47fdb 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -1,6 +1,7 @@ # AdMeta Dapp Tutorial TL;DR The following steps walk you through the whole process of how AdMeta works together with Mina Berkeley testnet and Ethereum Testnet, and it requires you to have both wallets from these two testnets and sufficient balances. If you just want to understand how it works, this video demonstrates it in a clear way: + [![Demo Video](https://img.youtube.com/vi/DTSoZLiz3HM/hqdefault.jpg)](https://www.youtube.com/watch?v=DTSoZLiz3HM) ## 1. Running the Dapp diff --git a/docs/WhyMina.md b/docs/WhyMina.md new file mode 100644 index 0000000..562cff5 --- /dev/null +++ b/docs/WhyMina.md @@ -0,0 +1,7 @@ +# Why Mina? + +AdMeta is a decentralized advertising protocol focused on meeting the needs between users and advertisers. In order to protect user privacy, AdMeta uses zk to complete the verification of user identity information and apply it to the matching of advertising algorithms. AdMeta needs to support different blockchain networks at the same time to meet the needs of project parties and users in different ecosystems. + +Therefore, Mina is a very ideal solution for AdMeta. By integrating o1js, we can use Mina to complete zk proof of user information, and also meet the cross-chain needs of AdMeta. + +We plan to expand our current data model in Mina in the future and improve our user interaction experience so that we can make full use of Mina while also giving users the best experience. diff --git a/docs/index.md b/docs/index.md index 6938b14..db42bb2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,8 @@ ### [Overview](./Introduction.md) +### [Why Mina](./DeployInfo.md) + ### [Software Architecture](./Architecture.md) ### [Get Started](./Tutorial.md)