docs: clarify create-mn-app project selection flow#707
docs: clarify create-mn-app project selection flow#707tusharpamnani wants to merge 9 commits intomidnightntwrk:mainfrom
Conversation
Explain that the CLI first prompts users to choose between creating a Contract or a Full DApp. Document the available templates for each: - Contract → hello-world - Full DApp → counter, bulletin board Signed-off-by: Tushar Pamnani <121151091+tusharpamnani@users.noreply.github.com>
|
@tusharpamnani is attempting to deploy a commit to the Shielded Team on Vercel. A member of the Team first needs to authorize it. |
DianaHackmamba
left a comment
There was a problem hiding this comment.
A couple minor edits.
@gyrationtechs, please take a look.
Signed-off-by: Tushar Pamnani <121151091+tusharpamnani@users.noreply.github.com>
|
Good improvement overall: the two-step flow (project type first, then template) is much clearer than the original single flat list. A few things worth addressing before this gets merged:
Overall the direction of this PR is right and the tense fix from the previous review was correctly applied. Addressing these points would make it genuinely useful for developers hitting the quickstart for the first time. |
- Add descriptions for Counter and Bulletin board templates - Replace "Contract → Hello world" arrow notation with explicit prompt flow - Add guidance recommending the Contract path for new developers - Add forward references for Full DApp templates Signed-off-by: Tushar Pamnani <121151091+tusharpamnani@users.noreply.github.com>
|
Thanks for the detailed review, these are great suggestions for improving the onboarding flow. I’ve addressed the feedback as follows: • Added one-sentence descriptions for the Counter and Bulletin board templates to match the hello-world explanation. Let me know if you'd like any additional clarification or changes. |
gyrationtechs
left a comment
There was a problem hiding this comment.
A few minor edits.
- removed the word 'simple' from the description of counter template - replaced 'Zero Knowledge' with 'zero-knowledge (zk)' in the description of bulletin board template Signed-off-by: Tushar Pamnani <121151091+tusharpamnani@users.noreply.github.com>
|
Hey @gyrationtechs, I've updated the PR with requested changes. |
gyrationtechs
left a comment
There was a problem hiding this comment.
One last thing. Then G2G
Updated zk to ZK Signed-off-by: Tushar Pamnani <121151091+tusharpamnani@users.noreply.github.com>
|
hey, @DianaHackmamba could you please take a look at teh changes |
Signed-off-by: Tushar Pamnani <121151091+tusharpamnani@users.noreply.github.com>
|
hey @DianaHackmamba i've made the requested changes |
|
@gyrationtechs will provide final approval. |
Explain that the CLI first prompts users to choose between creating a Contract or a Full DApp. Document the available templates for each: