Skip to content
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

Launchpad #221

Draft
wants to merge 2 commits into
base: prerelease/v2-alpha
Choose a base branch
from
Draft

Launchpad #221

wants to merge 2 commits into from

Conversation

tuler
Copy link
Member

@tuler tuler commented Mar 26, 2025

Launchpad is a web application that is accessible through http://localhost:8080 after the cartesi rollups start command.
It presents the list of services, their endpoints, and their status.

It also lets the user connect to MetaMask and add the Cartesi Devnet chain to it.
This is useful because we are now using a chain that is not the standard anvil dev chain at http://localhost:8545 chainId 31337, but a chain at http://localhost:8080/anvil chainId 13370.

Steps to experiment:

Build the cartesi/rollups-launchpad:devel docker image by running docker buildx bake --load at apps/launchpad.
Rebuild the CLI and run rollups start.
Launchpad should work on chrome at http://localhost:8080

@tuler tuler requested a review from endersonmaia March 26, 2025 21:02
Copy link

changeset-bot bot commented Mar 26, 2025

⚠️ No Changeset found

Latest commit: 0f04d78

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
Contributor

github-actions bot commented Mar 26, 2025

Coverage Report for ./apps/cli

Status Category Percentage Covered / Total
🔵 Lines 26.75% 294 / 1099
🔵 Statements 26.72% 299 / 1119
🔵 Functions 26.15% 51 / 195
🔵 Branches 25.2% 121 / 480
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/cli/src/commands/rollups/start.ts 0% 0% 0% 0% 11-309
Generated in workflow #435 for commit 0f04d78 by the Vitest Coverage Report Action

@tuler tuler force-pushed the feature/launchpad branch 4 times, most recently from c7d7fde to 3f21603 Compare March 28, 2025 19:25
@endersonmaia endersonmaia changed the base branch from feature/cli-nodev2-alpha.2 to prerelease/v2-alpha March 28, 2025 19:34
@tuler tuler force-pushed the feature/launchpad branch from 3f21603 to 0f04d78 Compare March 31, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant