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

Adds NFTStorefrontV2 and USDCFlow to bootstrapping #6611

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joshuahannan
Copy link
Member

Closes onflow/flow-emulator#535

Adds the NFTStorefrontV2 and USDCFlow smart contracts to the flow-go bootstrapping so they are automatically deployed to the emulator. Will make it easier for developers to test with these contracts without having to deploy them themselves.

@turbolent
Copy link
Member

Good idea to add these contracts! If the goal is to add these for mostly developer convenience, then the Emulator might be a better place to add this.

Not sure if customizing/extending the bootstrapping is already possible so it can be done in the Emulator alone – if not maybe that's something that should be done here in flow-go, and then what the PR currently does (adding the contracts) should be moved to the Emulator.

@bluesign
Copy link
Contributor

bluesign commented Nov 7, 2024

@turbolent yeah this never realized unfortunately #2812

maybe we can reopen the issue and then move things to emulator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👀 In Review
Development

Successfully merging this pull request may close these issues.

Deploy USDCFlow.cdc to the emulator by default
3 participants