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

**Is your feature request related to a problem? Please describe.** When trying to use the chain Sepolia, this error occurs: ``` app-index.js:32 ChainDoesNotSupportContract: Chain "Sepolia" does not support contract "ensUniversalResolver"....

**Describe the bug** After running `npx create-web3-dapp@latest` I am getting this error when I `cd && npm run dev` for the first time ![Screenshot from 2023-07-18 23-44-41](https://github.com/alchemyplatform/create-web3-dapp/assets/66236316/7afd0a83-9475-44e9-9e0b-19c1443716e8) I inspected the...

**Describe the bug** A clear and concise description of what the bug is. In `helper/core/workflows/standardWorkflow` at the line 87, these errors occurs `Don't use Number as a type. Use number...

Change the type `Number` -> `number` & `String` -> `string` https://github.com/alchemyplatform/create-web3-dapp/issues/93

**Describe the bug** Using hardhat local node and metamask, Configuring Wagmi client with jsonRpcProvider, Error I am getting is **_networkConfigurationId undefined does not match a configured networkConfiguration_** **To Reproduce** Steps...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

Docs Link for [Docs](https://docs.alchemy.com/create-web3-dapp) – How to develop apps bootstrapped with Create Web3 Dapp was broken which resulted in 404 error . Fixed by updating it to https://www.alchemy.com/dapps/create-web3-dapp. Fixed error...