create-web3-dapp icon indicating copy to clipboard operation
create-web3-dapp copied to clipboard

The complete toolbox to create web3 applications.

Results 61 create-web3-dapp issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/81668653/183579873-3e899a92-3be7-402c-b504-c54eed3b4b1a.png) Add click events for "**Go there**"

enhancement
good first issue

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...

help wanted

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...

![image](https://user-images.githubusercontent.com/84625838/183481403-cd63c267-321e-470f-8535-16cb6348bc4f.png) all 4 part have same description , need to be changed

good first issue

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...

![Screen Shot 2022-09-18 at 22 33 14](https://user-images.githubusercontent.com/31402318/190918755-b5570f97-5d8d-4a91-b0ec-c30a5a960bb7.png) 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. ![image](https://user-images.githubusercontent.com/80149763/190492521-8fd663b2-9177-4dcb-a0ec-57706b250e8e.png) 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) -...