Skip to content

[Portal] Block native to thridweb guide #6977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 8, 2025
Merged

Conversation

Joe-Thirdweb
Copy link
Contributor

@Joe-Thirdweb Joe-Thirdweb commented May 8, 2025

Added additional pages under Web3Onboard

  • Overview
  • Migration guide

Overview:
Has the previous page defaults. No changes in content.

Migration guide:
Visit /connect/wallet/web3-onboard/migration-guide and see the guide.


PR-Codex overview

This PR focuses on updating the wallet connection process from Blocknative's Web3Onboard to thirdweb, providing a migration guide with detailed steps and examples for developers.

Detailed summary

  • Updated href for the Web3 Onboard entry in the sidebar to link to an overview and migration guide.
  • Added a new migration-guide page with an introduction to migrating from Blocknative to thirdweb.
  • Provided benefits of migration and prerequisites.
  • Detailed migration steps including:
    • Updating dependencies.
    • Configuration changes for React.
    • Custom wallet configuration.
    • Updating wallet connection logic.
    • Multi-chain support configuration.
  • Listed common issues and support resources.
  • Suggested next steps after migration.

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

@Joe-Thirdweb Joe-Thirdweb requested review from a team as code owners May 8, 2025 04:41
Copy link

changeset-bot bot commented May 8, 2025

⚠️ No Changeset found

Latest commit: 31b0bae

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

Copy link

vercel bot commented May 8, 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 4 resolved May 8, 2025 8:01pm
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
login ⬜️ Skipped (Inspect) May 8, 2025 8:01pm
thirdweb_playground ⬜️ Skipped (Inspect) May 8, 2025 8:01pm
thirdweb-www ⬜️ Skipped (Inspect) May 8, 2025 8:01pm
wallet-ui ⬜️ Skipped (Inspect) May 8, 2025 8:01pm

Copy link
Contributor

graphite-app bot commented May 8, 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 May 8, 2025
@Joe-Thirdweb Joe-Thirdweb requested a review from saminacodes May 8, 2025 04:41
Copy link

codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.59%. Comparing base (62c179d) to head (31b0bae).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6977   +/-   ##
=======================================
  Coverage   54.59%   54.59%           
=======================================
  Files         903      903           
  Lines       57930    57930           
  Branches     3971     3971           
=======================================
  Hits        31627    31627           
  Misses      26202    26202           
  Partials      101      101           
Flag Coverage Δ
packages 54.59% <ø> (ø)
🚀 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.

Copy link
Contributor

github-actions bot commented May 8, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 54.12 KB (0%) 1.1 s (0%) 115 ms (+198.12% 🔺) 1.2 s
thirdweb (cjs) 193.8 KB (0%) 3.9 s (0%) 191 ms (+46.12% 🔺) 4.1 s
thirdweb (minimal + tree-shaking) 5.68 KB (0%) 114 ms (0%) 50 ms (+1509.47% 🔺) 163 ms
thirdweb/chains (tree-shaking) 524 B (0%) 11 ms (0%) 28 ms (+2641.45% 🔺) 39 ms
thirdweb/react (minimal + tree-shaking) 19.53 KB (0%) 391 ms (0%) 51 ms (+705.99% 🔺) 442 ms

…e/page.mdx

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Signed-off-by: samina <57885104+saminacodes@users.noreply.github.com>
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground May 8, 2025 14:30 Inactive
@vercel vercel bot temporarily deployed to Preview – login May 8, 2025 14:30 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui May 8, 2025 14:30 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www May 8, 2025 14:30 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui May 8, 2025 19:54 Inactive
@vercel vercel bot temporarily deployed to Preview – login May 8, 2025 19:54 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www May 8, 2025 19:54 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground May 8, 2025 19:54 Inactive
@Joe-Thirdweb
Copy link
Contributor Author

@saminacodes
Made changes to latest deployment version
https://vercel.com/thirdweb/docs-v2/7fTzJHse4NTSDySAfw67qAwcbGfp

@joaquim-verges joaquim-verges merged commit 8fb8a75 into main May 8, 2025
23 checks passed
@joaquim-verges joaquim-verges deleted the BlockNative-to-thridweb branch May 8, 2025 21:37
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