Skip to content
Open
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ This noir workspace contains multiple packages. You can import these packages in
.
└── aztec // The main framework for writing Aztec smart contracts

// Helpful types that are commonly used alongside the `aztec` library:
├── uint-note // An off-the-shelf Note struct, for storing a private u128
├── value-note // An off-the-shelf Note struct, for storing a private Field
└── address-note // An off-the-shelf Note struct, for storing a private AztecAddress
// Helpful types that are commonly used alongside the `aztec` library:
├── uint-note // An off-the-shelf Note struct, for storing a private u128
├── field-note // An off-the-shelf Note struct, for storing a private Field
└── address-note // An off-the-shelf Note struct, for storing a private AztecAddress
```

> To be deprecated from the top-level workspace libraries:
Expand Down