Feat/integrate faucet into documentation#83
Merged
Le-Caignec merged 11 commits intomainfrom Oct 16, 2025
Merged
Conversation
…ate deployment commands
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ntation across multiple files
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR integrates the Arbitrum Sepolia testnet into the documentation and adds support for the iExec RLC Faucet. The primary purpose is to provide developers with a testing environment where they can obtain free RLC tokens to test their iApps before deploying to production.
Key Changes:
- Added Arbitrum Sepolia testnet network support across the application
- Introduced RLC Faucet documentation and references throughout the guides
- Updated CLI demos and examples to include Arbitrum Sepolia testnet
Reviewed Changes
Copilot reviewed 20 out of 22 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/utils/wagmiNetworks.ts | Added arbitrumSepolia network import and export |
| src/utils/chain.utils.ts | Added Arbitrum Sepolia chain configuration with contract addresses |
| src/references/iapp-generator/getting-started.md | Added RLC Tokens prerequisite with link to documentation |
| src/references/iapp-generator/building-your-iexec-app.md | Updated CLI options to include arbitrum-sepolia-testnet |
| src/references/dataProtector/methods/revokeOneAccess.md | Added remainingAccess parameter to code examples |
| src/modules/helloWorld/ReownButton.vue | Removed unused parameter from watch callback |
| src/modules/helloWorld/ProtectData.vue | Added Arbitrum Sepolia explorer URL support |
| src/guides/build-iapp/deploy-&-run.md | Added prerequisites section and Arbitrum Sepolia CLI demos |
| src/guides/build-iapp/advanced/result-callback.md | Removed dynamic gas limit computation in favor of fixed documentation |
| src/get-started/tooling-and-explorers/subgraph-explorer.md | Added Arbitrum Sepolia subgraph cards |
| src/get-started/tooling-and-explorers/faucet.md | Created new faucet documentation page |
| src/get-started/tooling-and-explorers/bridge.md | Added tip about Arbitrum Sepolia faucet for testing |
| src/get-started/tooling-and-explorers/blockchain-explorer.md | Added Arbitrum Sepolia explorer card and updated tip |
| src/get-started/quick-start.md | Added step for getting RLC tokens |
| src/get-started/overview/rlc.md | Updated DEX links to be clickable and added bridge links |
| src/get-started/helloWorld/5-bonusChapter.md | Updated condition to exclude Arbitrum Sepolia from voucher section |
| src/get-started/helloWorld/3-buildIApp.md | Added Arbitrum Sepolia CLI demo and RLC tokens section |
| src/components/ChainNotSupportedBadge.vue | Updated to include Arbitrum Sepolia in chain check |
| package.json | Updated dataprotector and web3mail package versions |
| .vitepress/sidebar.ts | Added RLC Faucet navigation link |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
No description provided.