You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hackathons/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Aztec is an L2 that brings programmable privacy to Ethereum.
4
4
5
5
Aztec allows developers to access both public and private state machines for flexible and confidential transactions.
6
6
7
-
A key part of the Aztec ecosystem is [Noir](https://noir-lang.org/), an open-source zk circuit writing language that simplifies the creation of private smart contracts. This language is developed by the Aztec team, and forms the basis of the [Aztec.nr](https://docs.aztec.network/dev_docs/contracts/main) framework for writing smart contracts.
7
+
A key part of the Aztec ecosystem is [Noir](https://noir-lang.org/), an open-source zk circuit writing language that simplifies the creation of private smart contracts. This language is developed by the Aztec team, and forms the basis of the [Aztec.nr](https://docs.aztec.network/developers/contracts/main) framework for writing smart contracts.
8
8
9
9
Learn more about our mission in our blog post [here](https://medium.com/aztec-protocol/aztec-the-hybrid-zkrollup-a90a197bf22e).
10
10
And more about what we're currently working on in this blog post about the [Aztec Sandbox](https://aztec.network/blog/announcing-aztec-sandbox-the-endgame-for-smart-contract-privacy/)
@@ -21,7 +21,7 @@ Also be sure to check out [this list of resources](../README.md)
21
21
22
22
### Getting started on Noir
23
23
24
-
See the [Getting Started](https://noir-lang.org/getting_started/nargo_installation/) section of the Noir docs to get set up with Noir.
24
+
See the [Getting Started](https://noir-lang.org/docs/getting_started/installation/) section of the Noir docs to get set up with Noir.
25
25
26
26
### Getting started on Aztec
27
27
@@ -33,11 +33,11 @@ Follow the quickstart [here](https://sandbox.aztec.network/).
33
33
34
34
#### Deploying an example contract
35
35
36
-
Find more information about the sandbox and how to deploy a token contract to Aztec [here](https://aztec-docs-dev.netlify.app/dev_docs/getting_started/cli#i-have-the-sandbox-running-now-what).
36
+
Find more information about the sandbox and how to deploy a counter contract to Aztec [here](https://docs.aztec.network/developers/getting_started/aztecnr-getting-started).
37
37
38
38
#### Writing private programs with aztec.nr
39
39
40
-
Noir is a ZKDSL for writing zk circuits and verifying them on-chain. [Aztec.nr](http://Aztec.nr) is a smart contract framework -- written in Noir -- that has types and methods for rich smart contract semantics.
40
+
Noir is a ZKDSL for writing zk circuits and verifying them on-chain. [Aztec.nr](http://aztec.nr) is a smart contract framework -- written in Noir -- that has types and methods for rich smart contract semantics.
0 commit comments