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
Related, consider updating existing guides/tutorials to use aztec-cli unbox command to get a structured project to start with. (noting here for myself)
This PR adds a new page to the Getting Started section of the developer
docs about the Aztec Boxes. It goes through the basic "blank" box to
explain the basics.
It also makes some edits and formatting updates to a few pages.
Waiting on a few updates to the blank box from @dan-aztec.
Also considering updating the Sandbox getting started guide to use the
private-token box to reduce amount of copy+paste required--although may
be more confusing than helpful given the amount of extra stuff included
in the box.
Closes#2314.
# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [x] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [x] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [x] Every change is related to the PR description.
- [x] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
Thanks to @dan-aztec's work, we can now
unbox
a neat private token contract.https://github.com/AztecProtocol/aztec-packages/blob/master/yarn-project/boxes/private-token/README.md
We should add a section in the docs describing this, and how to use it. Maybe in the
dev-docs/getting-started
dir?@critesjosh @catmcgee perhaps your team might be best placed to do this?
The text was updated successfully, but these errors were encountered: