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

**Describe the bug** The live demo site looks broken in some window sizes (see screenshot below). **To Reproduce** Steps to reproduce the behavior: 1. Go to https://nft-explorer-template.netlify.app/ 2. Resize the...

When using `create-web3-test1` to create the NFT Template I ran into two issues ... ``` $ npx create-web3-dapp@latest ... ✔ Project name … create-web3-test1 ✔ Choose how to start: ›...

**Describe the bug** I created a erc721 smart contract using the create-web-dapp cli builder and checked the following extensions: Enumerable, URIStorage, Burnable, Pausable. This is the smart contract: https://github.com/robertram/web3dapp/blob/main/backend/contracts/TestContract.sol **To...

**Describe the bug** The website https://createweb3dapp.alchemy.com loads for a split second then errors out. **To Reproduce** Steps to reproduce the behavior: 1. Go to (https://createweb3dapp.alchemy.com) 2. Wait 1 second 3....

Hello. I have an issue with the Web3 dApp boilerplate. I keep triyng to run 'npm run dev' but i keep getting the first error which has interrupted the build...

Please update the node packages to their latest versions.

We can start adding foundry support from here. Looking at some of the possible ways to integrate it. Anyone else can help out if they want :)

add NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID to .env.local for nft-explorer template