Skip to content

Conversation

@saminacodes
Copy link
Member

@saminacodes saminacodes commented Mar 18, 2025

CORE-0000


PR-Codex overview

This PR introduces new tutorials and features for deploying modular contracts, specifically ERC-20 and Agglayer modules, enhancing user guidance for cross-chain interoperability.

Detailed summary

  • Added a new section for Tutorials in the sidebar for deploying ERC-20 Core.
  • Introduced a tutorial for deploying an ERC-20 Core Contract with step-by-step instructions and images.
  • Added a tutorial for the Agglayer Module Contract, detailing cross-chain transfer setup.
  • Included prerequisites and detailed steps for adding the Agglayer module and managing roles.
  • Enhanced user experience with instructional images for each step in both tutorials.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@saminacodes saminacodes requested review from a team as code owners March 18, 2025 03:48
@changeset-bot
Copy link

changeset-bot bot commented Mar 18, 2025

⚠️ No Changeset found

Latest commit: 2d5ff74

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Mar 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2025 5:19am
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
login ⬜️ Skipped (Inspect) Mar 18, 2025 5:19am
thirdweb_playground ⬜️ Skipped (Inspect) Mar 18, 2025 5:19am
thirdweb-www ⬜️ Skipped (Inspect) Mar 18, 2025 5:19am
wallet-ui ⬜️ Skipped (Inspect) Mar 18, 2025 5:19am

@graphite-app
Copy link
Contributor

graphite-app bot commented Mar 18, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Mar 18, 2025
@codecov
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.82%. Comparing base (cbc3bf1) to head (2d5ff74).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6492   +/-   ##
=======================================
  Coverage   54.82%   54.82%           
=======================================
  Files         875      875           
  Lines       54851    54851           
  Branches     3740     3740           
=======================================
  Hits        30071    30071           
  Misses      24685    24685           
  Partials       95       95           
Flag Coverage Δ
packages 54.82% <ø> (ø)
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 18, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.94 KB (0%) 939 ms (0%) 200 ms (+100.06% 🔺) 1.2 s
thirdweb (cjs) 127.18 KB (0%) 2.6 s (0%) 342 ms (+54.79% 🔺) 2.9 s
thirdweb (minimal + tree-shaking) 5.6 KB (0%) 113 ms (0%) 95 ms (+1263.54% 🔺) 207 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 73 ms (+2466.55% 🔺) 83 ms
thirdweb/react (minimal + tree-shaking) 19.34 KB (0%) 387 ms (0%) 137 ms (+819.88% 🔺) 524 ms

@saminacodes saminacodes requested a review from kumaryash90 March 18, 2025 03:54
@vercel vercel bot temporarily deployed to Preview – login March 18, 2025 03:55 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 March 18, 2025 03:55 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground March 18, 2025 03:55 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui March 18, 2025 03:55 Inactive
@saminacodes saminacodes added the merge-queue Adds the pull request to Graphite's merge queue. label Mar 18, 2025
Copy link
Member Author

saminacodes commented Mar 18, 2025

Merge activity

  • Mar 18, 1:16 AM EDT: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Mar 18, 1:16 AM EDT: A user added this pull request to the Graphite merge queue.
  • Mar 18, 1:21 AM EDT: A user merged this pull request with the Graphite merge queue.

CORE-0000

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on enhancing the documentation for deploying ERC-20 and Agglayer module contracts, providing step-by-step guides and visual aids for users.

### Detailed summary
- Added a new section for "Tutorials" in the `sidebar` with a link to "Deploy ERC-20 Core."
- Introduced a tutorial on deploying an ERC-20 Core contract, including steps and images.
- Created a guide for adding the Agglayer module to modular contracts, detailing prerequisites and steps.
- Included images for each step in both tutorials for better understanding.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground March 18, 2025 05:17 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui March 18, 2025 05:17 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www March 18, 2025 05:17 Inactive
@vercel vercel bot temporarily deployed to Preview – login March 18, 2025 05:17 Inactive
@graphite-app graphite-app bot merged commit 2d5ff74 into main Mar 18, 2025
31 checks passed
@graphite-app graphite-app bot removed the merge-queue Adds the pull request to Graphite's merge queue. label Mar 18, 2025
@graphite-app graphite-app bot deleted the contracts-docs branch March 18, 2025 05:21
@vercel vercel bot temporarily deployed to Production – thirdweb_playground March 18, 2025 05:21 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui March 18, 2025 05:21 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants