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

feat(tooling-dashboard): fetch stardust basic and nft objects #3801

Merged
merged 6 commits into from
Nov 4, 2024

Conversation

brancoder
Copy link
Contributor

@brancoder brancoder commented Oct 30, 2024

Description of change

resolves #3619

Type of change

  • Enhancement (a non-breaking change which adds functionality)

How the change has been tested

In tooling-resources

  1. Add your mnemonic to .env and publish the stardust package: pnpm stardust:publish
  2. copy the resulting stardust package id to .env file and run test scenario pnpm stardust:run-test-scenario

In kinesis:

  1. copy stardust package id to migration.constants.ts to STARDUST_PACKAGE_ID
  2. in features.controller.ts set the migration flag to true:
[Feature.StardustMigration]: {
                    defaultValue: true,
                },
  1. run wallet dashboard with pnpm wallet-dashboard-dev dev and connect to the wallet that has the same mnemonic used in the tooling resources to mint the stardust objects

@brancoder brancoder requested review from a team as code owners October 30, 2024 15:24
@brancoder brancoder added tooling Issues related to the Tooling team wallet-dashboard Issues related to the Wallet Dashboard dApp labels Oct 30, 2024
Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 9bbc7a8

✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-e2leyi9eq.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 9bbc7a8

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-qkiqzblwf.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 2ea4ee1

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-8mhnbxn3p.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 2ea4ee1

✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-7xu6lt871.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 2ea4ee1

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-da8o4o62o.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 6890ecc

✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-9ytbuiewq.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 6890ecc

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-pkjophmnh.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 6890ecc

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-bk1l39dam.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: c7509fe

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-l7rxz7orj.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: c7509fe

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-qd9qbovdg.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 7a3eb78

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-h2eql9nuw.vercel.app

Copy link
Contributor

This pull request has been deployed to Vercel.

Latest commit: 7a3eb78

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-7c052ogcl.vercel.app

Copy link
Member

@cpl121 cpl121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Captura de pantalla de 2024-10-31 18-55-23
Works 👏🏼

Copy link
Contributor

github-actions bot commented Nov 4, 2024

This pull request has been deployed to Vercel.

Latest commit: 58d038a

✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-7ic8jz116.vercel.app

Copy link
Contributor

github-actions bot commented Nov 4, 2024

This pull request has been deployed to Vercel.

Latest commit: 58d038a

✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-1p78tlo8g.vercel.app

@cpl121 cpl121 merged commit e9900b9 into develop Nov 4, 2024
29 checks passed
@cpl121 cpl121 deleted the toolin-dashboard/fetch-stardust-assets branch November 4, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Issues related to the Tooling team wallet-dashboard Issues related to the Wallet Dashboard dApp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fetch and display all stardust assets (owned objects)
3 participants