Open 0xmaayan opened 11 months ago
Issues - Currently it is not compatible to windows More templates like - Playground template showcasing small trxn demo(create your first token, create your first NFT), react template with smart contract, production full stack template (NFT Marketplace)
This issue is stale because it has been open 45 days with no activity. Remove the stale
label or comment - otherwise this will be closed in 15 days.
Context
Improve
create-apt-dapp
tool and enhance the developer experiencecreate-aptos-dapp GH repo Project roadmap
Motivation
A few months ago, Aptos released the
create-apt-dapp
tool which streamlines developers onboarding process by automating dapp structure creation and bundling essential components.Currently, the tool supports a boilerplate setup by using a simple
npx
command which creates pre-made dapp skeletons, runmove
commands in a node environment using anpm
command (npm run move:test
,npm run move:publish
, etc) and bundling Aptos and others packages like the Aptos SDK, Aptos wallet adapter, React framework, UI library, and more.Since it was release, we have been getting user feedbacks and did some external brainstorming on how we can improve and enhance the tool to include the “all-you-need” environment to start develop/run a dapp on Aptos.
Proposals
Some ideas to enhance the developer experience are:
npx create-aptos-dapp
command. That would help with the confusion with the repo name and the tool name and also use a more meaningful command. (Thanks to theMoralis
team for transferring the package name to us)FAQ
create-apt-dapp
tool?Please join the discussion and share your thoughts!