Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 2 additions & 2 deletions docs/how-hyper-oracle-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Hyper Oracle is a decentralized protocol and network:

"Programmable" means Hyper Oracle's indexing and automation zkGraph Standards (Meta Apps) are fully customizable and flexible. Any computation can be defined and all computations will be secured by a generated zk proof.

"zkOracle Protocol" means Hyper Oracle network nodes are zkOracles. zk technology provides computation integrity, verifiablity, and security for general computation. zkOracle is an oracle that utilizes zk for computation to secure the oracle in a trustless manner. As long as the whole network has 1 honest zkOracle, the network will be secure without the need for staking mechanism.
"zkOracle Protocol" means Hyper Oracle network nodes are zkOracles. zk technology provides computation integrity, verifiability, and security for general computation. zkOracle is an oracle that utilizes zk for computation to secure the oracle in a trustless manner. As long as the whole network has 1 honest zkOracle, the network will be secure without the need for staking mechanism.

### Benefits for Developers

Expand All @@ -22,7 +22,7 @@ Hyper Oracle is a decentralized protocol and network:

### Advantages as Network

* A unstoppable autonomous protocol and network
* An unstoppable autonomous protocol and network
* Math as the consensus
* Safeguarding the security of the base layer
* A 1-of-N trust model
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ I/O oracles such as Gelato Network and Keep3r Network have governance for securi

Yes.

We believe the advancement in zk technology will drive down the cost of compute power and time required for proof generation to make zkOracle network desirable. We believe a fully trustless, decentralized, secure, and verifiabe oracle network as middleware for DApps is vital. If one component is centralized, the whole DApp is just a App with smart contract.
We believe the advancement in zk technology will drive down the cost of compute power and time required for proof generation to make zkOracle network desirable. We believe a fully trustless, decentralized, secure, and verifiable oracle network as middleware for DApps is vital. If one component is centralized, the whole DApp is just an App with smart contract.

### Is Hyper Oracle a rollup or layer 2?

Expand Down Expand Up @@ -88,7 +88,7 @@ Yes.

In the future, anyone will be able to run a Hyper Oracle zkOracle node. In the meantime, we will make technical and architectural efforts to make the hardware requirements to run the node even lower, even running a prover in the web.

### Is Hyper Oracle a oracle?
### Is Hyper Oracle an oracle?

Yes.

Expand Down
2 changes: 1 addition & 1 deletion docs/technology/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To start, the workflow and architecture are distinct. The zkOracle network is mo

Based on the graph shown above, we can compare the advantages of zkOracle network to traditional oracle networks:

* Decentralization (Trustlessness, Security, and Censorship-Resistence)
* Decentralization (Trustlessness, Security, and Censorship-Resistance)

The zkOracle network, Hyper Oracle, operates without requiring external trust in third parties, making it a trustless network. In contrast, traditional oracle networks rely on trusted third parties and networks. The zkOracle network follows the 1-of-N trust model, as defined in Vitalik Buterin's article on [trust models](https://vitalik.ca/general/2020/08/20/trust.html), which only requires one node to maintain the network's health and uptime. Traditional oracle networks, on the other hand, are only considered decentralized when they reach an extremely large number of nodes. The security of the zkOracle network is fully based on mathematics and cryptography and it inherits its security from Ethereum, which serves as its data source.
* Performance and Finality
Expand Down
4 changes: 2 additions & 2 deletions docs/zkgraph/getting-started/1.-zkgraph-studio-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: https://www.hyperoracle.io/app/zkGraphStudio

### Intro to zkGraph Studio

[Hyper Oracle zkGraph Studio](https://www.hyperoracle.io/app/zkGraphStudio) offers an easy-to-use web code editor and interface for develop zkGraph directly on Web UI.
[Hyper Oracle zkGraph Studio](https://www.hyperoracle.io/app/zkGraphStudio) offers an easy-to-use web code editor and interface for developing zkGraph directly on Web UI.

Developers will be able to develop, validate, configure, and publish a zkGraph to Hyper Oracle testnet by using zkGraph Studio.

Expand Down Expand Up @@ -113,7 +113,7 @@ Click `UPLOAD` button to upload zkGraph code and settings to IPFS.

Then, click `DEPLOY` button and confirm the transaction in the wallet to deploy Verification Contract for zk proof of this zkGraph. 

Finally, deploy and register the zkGraph with onchain registary contract to complete the deployment.
Finally, deploy and register the zkGraph with onchain registry contract to complete the deployment.

<figure><img src="../../.gitbook/assets/截屏2023-07-22 15.36.07.png" alt=""><figcaption></figcaption></figure>

Expand Down