Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
h4n0 committed Nov 10, 2023
1 parent 2ad3771 commit 8984cf6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Milestone.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/Tutorial.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions docs/WhyMina.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### [Overview](./Introduction.md)

### [Why Mina](./DeployInfo.md)

### [Software Architecture](./Architecture.md)

### [Get Started](./Tutorial.md)
Expand Down

0 comments on commit 8984cf6

Please sign in to comment.