Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cawfree committed Nov 5, 2022
1 parent f2817b5 commit 6dd2352
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,10 @@ export default function Main(): JSX.Element {
We can use adversarial incentivised networks like <a href="https://ethereum.org">Ethereum</a> to perform computation with very strong guarantees of correctness, immutability and verifiability.
</p>
<p>
Although the security and resilience of public blockchains are indeed thanks to their open nature, humans nonetheless have a fundamental right to privacy, and decentralized autonomous organizations must be capable of privileged non-invasive handling of secure data.
Although the security and resilience of public blockchains are indeed thanks to their open nature, humans nonetheless have a fundamental right to privacy. Similarly, increasing competition for block space and the subsequent rise in gas fees demand that we take more computation and data off-chain without compromising on our stringent operational expectations.
</p>
<p>
A zero knowledge proof is a goldilocks paradigm, an inexplicable feature of the mathematics of the universe; it helps us all operate privately, securely, trustlessly, with integrity; all via publicly-verifiable information channels.
</p>
<p>
The ability to securely and indisputably demonstrate access to information without revealing that information is magical.
A zero knowledge proof is a goldilocks paradigm, an inexplicable feature of the mathematics of the universe which helps us all operate privately, securely, trustlessly, minimally, with integrity; and above all else, in plain sight.
</p>
{isConnected && (
<button
Expand Down

0 comments on commit 6dd2352

Please sign in to comment.