chore: update create & deploy web tutorial for v12#139
Merged
Keinberger merged 1 commit intomainfrom Nov 25, 2025
Merged
Conversation
Contributor
|
LGTM |
WiktorStarczewski
approved these changes
Nov 24, 2025
Collaborator
Author
|
I completely agree, we should honestly switch to using yarn for all frontend stuff in the future! Not sure if we wanna make it part of this PR though |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR mirrors the changes from the following PR of the miden-docs repository: 0xMiden/miden-docs#92
This PR also replaces the pnpm lock file with a standard package-lock.json file (for npm usage). As standard npm is a more widely used framework for package managing than pnpm, I went ahead and made this change here. Updating the lock file was necessary anyways since the PR changes the miden SDK version to 0.12.
Note: The PR applies the changes from 0xMiden/miden-docs#92 also inside of the demo web-client project. Since the original PR only cahnged the create & deploy tutorial, only half of the file has been refactored for v12. Furthermore, the other tutorials are not updated yet for v12 code.
We can opt to either implement stack PRs on this PR to refactor the web-client demo project, or merge this PR and temporarily have a non-updated web-client demo project.
@partylikeits1983 @WiktorStarczewski Your thoughts on this would be highly appreciated!
Update: This PR (#140) implements the entire new mint tutorial code.