create-web3-dapp
create-web3-dapp copied to clipboard
The complete toolbox to create web3 applications.
**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  I inspected the...
Dapp
**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...