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

It would be great to have fixed guidelines for common patterns and syntax. 1. Don't think we should create new guidelines, we can borrow the ones from Google or AirBnB....

documentation
enhancement
good first issue

Would be cool to have all code linted and tested when a new PR is sent.

it's fast and efficient, check these articles [article1](https://spin.atomicobject.com/2021/02/17/switch-yarn-2/) [article2](https://dev.to/ayoub3bidi/npm-vs-yarn-lets-settle-things-out-28m6) I'd love to work on this and add husky, commitlint and make hardhat ts as well @Eversmile12, Let me know what...

enhancement

As title says, the idea is to add a verbose mode to print error messages. The verbose mode is already implemented at code level in ./core/selfDestroy.ts. Needs to be implemented...

enhancement
good first issue

Would love to see https://github.com/Eversmile12/create-web3-dapp/blob/main/helpers/smartContractsWizard/ERC721Template.ts eventually support [ERC721A](https://github.com/chiru-labs/ERC721A) through config on the roadmap, as it has established itself as a popular option for highly optimized 721 mints.

enhancement
good first issue

The smart contract wizard, at the moment, only allows the creation of 1 smart contract. It would be cool to create as many smart contracts as we want and consequently:...

good first issue

**Describe the bug** When running `create-web3-app` I'm getting this error ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected]...

**Describe the bug** Tried to create a NFT boilerplate project **To Reproduce** ``` $ npx create-web3-dapp@latest Welcome to the create-web3-dapp wizard 🔮 ⏳ Checking for new updates... ✔ Project name...