feat(create-kadena-app): replace starter with updated scaffold from standalone repo #3093
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 replaces the existing @kadena/create-kadena-app package with the updated implementation developed in kadena-scaffold
.
π Key Improvements
Modernized starter app β based on the latest Kadena tooling and patterns.
Frontend integration β users can deploy and interact with custom contracts directly from the generated app.
Developer experience β simplified setup with a ready-to-use scaffold, similar to βspeedrunethereum,β but for Kadena.
Cleaner structure β ensures the project follows monorepo conventions under packages/tools/create-kadena-app.
π Differences vs. Previous Version
Old package provided a very basic skeleton with limited functionality.
New version supports:
Contract deployment workflow.
Frontend interaction boilerplate out-of-the-box.
Updated dependencies and build setup.
Consolidates community-maintained work into the main monorepo β avoids fragmented repos and solves repo ownership issue.