-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We now have a policy about trivial changes. We regret this, but have felt it is the right call on balance to deal with a precendent set with using github commit counts for airdrops. We will revisit this. Rounding up these changes: commit d26a855d989c8bca7787e979024a6fbfc7af15c6 Author: Darigov Research <[email protected]> Date: Sun Nov 12 13:34:24 2023 +0000 fix: Corrects typo in privacy considerations page commit ce63e9875041542ed537c18ee7227101a8cb775e Author: Darigov Research <[email protected]> Date: Sun Nov 12 13:28:49 2023 +0000 fix: Removes unintended new line commit 34c841ff40b3a6126b7abf25e5a81ec18c7e472a Author: Darigov Research <[email protected]> Date: Sun Nov 12 13:27:42 2023 +0000 fix: Makes typo corrections to limitations page of docs commit 7be85ee645a120d260d3c679bf8aa7158e419f2d Author: Darigov Research <[email protected]> Date: Sun Nov 12 13:10:25 2023 +0000 refactor: Makes Boxes subrepo readme easier to consume commit 6c481f6667633fe602ab56bcce162168283918ea Author: Darigov Research <[email protected]> Date: Sun Nov 12 13:04:06 2023 +0000 fix: corrects typos in aztec-sandbox readme commit 718a33684f126f24213d6b0ebd0e9d63e1d2cc13 Author: Darigov Research <[email protected]> Date: Sun Nov 12 13:00:23 2023 +0000 refactor: Updates packages readme to make commands one click copyable commit 3ffd0fc56d3fd725b7301d782ff512345cd1581c Author: Darigov Research <[email protected]> Date: Sun Nov 12 12:48:46 2023 +0000 refactor: removes incorrect adjustment commit 07a203327a05eb6ba43f15d3eb98c42fbb34cfa5 Author: Darigov Research <[email protected]> Date: Sun Nov 12 12:46:43 2023 +0000 fix: Corrects typo in circuits readme commit ac0d407699ff069cfb8cff197dec8ac580badf14 Author: Darigov Research <[email protected]> Date: Sat Nov 11 23:20:26 2023 +0000 fix: Makes nargo install command one click copyable commit 19f499c06c9eb933870e6734e9e44da466c18150 Author: Darigov Research <[email protected]> Date: Sat Nov 11 22:43:34 2023 +0000 fix: Updates storage_slots.md in docs to be easier to read commit e75dce05ff23d55b374a76d07290db70e54e756c Author: Darigov Research <[email protected]> Date: Sat Nov 11 22:20:33 2023 +0000 fix: Corrects copy in state model page commit 5ae91ba138a21340942af73fd380aaabce3140b7 Author: Web-person <[email protected]> Date: Sat Nov 11 21:50:37 2023 +0100 typos in public_vm.md fix typos Please provide a paragraph or two giving a summary of the change, including relevant motivation and context.
- Loading branch information
Showing
10 changed files
with
67 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
This contains the "boxes" that are meant for quickstarts for Aztec smart contract developers, containing simple Noir smart contracts and frontends. | ||
# Aztec Boxes | ||
A minimal framework for building full stack applications for Aztec (using React). | ||
|
||
If CI is failing, it may be due to incompatibility with previous build artifacts - running "./bootstrap.sh" inside this boxes folder should regenerate the artifacts. | ||
## Introduction | ||
|
||
This folder contains the "boxes" that are meant for quickstarts for Aztec smart contract developers, including simple Noir smart contracts and frontends. | ||
|
||
## Debugging | ||
|
||
If CI is failing, it may be due to incompatibility with previous build artifacts - running the following command inside this boxes folder should regenerate the artifacts. | ||
|
||
``` | ||
./bootstrap.sh | ||
``` |