Skip to content
Merged
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
56 changes: 20 additions & 36 deletions docs/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,25 @@ sidebar_position: 0

On Ethereum today, everything is publicly visible, by everyone. In the real world, people enjoy privacy. Aztec brings privacy to Ethereum.

![aztec illustration](@site/static/img/aztec_illustration.png)

<blockquote style={{textAlign: "right"}}>
“When we started Aztec, the technology to scale blockchains privately didn’t exist. Since then, we’ve assembled a team of world-class cryptographers who continuously redefine the state-of-the-art. Inventing PLONK — the paradigm-defining universal zk-SNARK — showcases our ability to produce technology that matches our ambitions: unlocking an entire universe of blockchain applications that couldn’t exist without privacy.”

_Zac Williamson, CEO and Co-founder, Aztec_

</blockquote>

## Values

Our vision is to create a fairer, more open financial eco-system, built with encryption at its core.

We believe decentralization is premised on individual rights — without widely accessible encryption, we compromise our ability to choose how we live our lives and earn our livelihoods.

Aztec is:

- **Private.**: The only true zero-knowledge rollup, built with a privacy-first UTXO architecture to allow developers to build privacy preserving programable applications.
- **Accessible.**: Proving transaction validity via recursive aggregation of zero-knowledge proofs, significantly reduces transaction costs, keeping the protocol accessible to the masses.
- **Compliant**: The programmable nature of Aztec smart contracts, enables dApp developers to code privacy-preserving audit and compliance checks into apps, while fully preserving a credible neutral protocol layer.

## Get started

### Learn 📚

Start on the [Technical Overview page](aztec/overview.md) to read about how Aztec works.

### Build 🧑‍💻

Go to the [Getting Started section](guides/developer_guides/getting_started/quickstart.md) of the developer docs to get your hands dirty and start developing on Aztec.

#### Go deeper 🔬

Check out the [Awesome Aztec repo](https://github.com/AztecProtocol/awesome-aztec) for a curated list of learning resources and tools to help you learn more about Aztec.

Clone the [Aztec Starter repo](https://github.com/AztecProtocol/aztec-starter) to get a minimal project set up with Sandbox (local developer network), a simple contract and a test suite.

Jump into one of the [tutorials](tutorials/index.md) to learn how to build more complex applications on Aztec.
<div className="card-container">
<Card shadow='tl' link='/tutorials'>
<CardHeader>
<h3>Tutorials</h3>
</CardHeader>
<CardBody>
Start writing Aztec contracts with our tutorials.
</CardBody>
</Card>

<Card shadow='tl' link='/reference'>
<CardHeader>
<h3>References</h3>
</CardHeader>
<CardBody>
Review reference materials for building on Aztec.
</CardBody>

</Card>
</div>