create-web3-dapp
create-web3-dapp copied to clipboard
The complete toolbox to create web3 applications.
 Add click events for "**Go there**"
Should say `npm run start` not `npm run dev` , as per the scripts section in package.json
i am trying to contribute some changes, but have some hard time testing changes locally, never used parcel before. i saw the package.json has two scripts. yarn start yarn build...
Currently, the dapp wizard has the same flow for EVM vs. Solana projects. We should add Solana-specific flow. ```bash 🔵 Welcome to the create-web3-dapp wizard 🔵 ✔ Please, insert a...
 all 4 part have same description , need to be changed
I tried to install create-web-3-dapp according to guidelines. As soon as the installation finishes, I can see folders "backend" and "frontend". Within seconds those folders are deleted again and I...
 After this I am not seeing any project folder to begin with. Help me to get started.
Related to #23 and #43. This PR adds a simple .yml workflow for linting and testing the code prior to merging with main. The workflow is a Development one, but...
Current plugins in ESLint have the **no-mixed-spaces-and-tabs** rule. If this rule [isn't followed](https://github.com/alchemyplatform/create-web3-dapp/blob/42e8bf9f06ae445e7a69d7336685e470b36eac0a/helpers/smartContractsWizard/ERC721Template.ts#L40) in the code, the error is thrown.  However, even after fixing it manually, `yarn prettier --write...
This PR: - fixes inconsistent use of `npx` in scripts, regarding to `lint` - resolves the conflicts between ESlint and Prettier by removing the latter entirely (please see #46) -...