Conversation
critesjosh
reviewed
Jan 22, 2026
Contributor
critesjosh
left a comment
There was a problem hiding this comment.
very nice, learned a lot! wdyt about having someone from nico's team take a look at the contracts?
|
|
||
| **Key points:** | ||
|
|
||
| 1. **`#[nophasecheck]`**: Required because `set_as_fee_payer()` must be called in the setup phase. Without this decorator, the compiler would reject calling it from a regular function. |
Contributor
There was a problem hiding this comment.
Just curious, what does this decorator do? others may wonder as well
Contributor
Author
There was a problem hiding this comment.
have added more explanation here !
| aztec faucet drip-fee-juice <CONTRACT_ADDRESS> | ||
| ``` | ||
|
|
||
| 2. **Bridging from L1** (production): Use the Fee Juice bridge to transfer Fee Juice to the contract address. |
Contributor
There was a problem hiding this comment.
we dont have this yet though. do we have one for sepolia?
Contributor
Author
There was a problem hiding this comment.
good call, i thought it was possible on testnet, but i've modified to make a comment that this tutorial is only feasible on the local network
af89fc1 to
9ca426f
Compare
Contributor
Author
Good idea, will add a request ! |
9ca426f to
e28961b
Compare
5b65f56 to
9aafe35
Compare
this adds a tutorial on a simple and more complex fpc flow Co-authored-by: Esau <esau@aztecprotocol.com>
fb67c95 to
68c9a9e
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this adds a tutorial on a simple and more complex fpc flow