create-web3-dapp
create-web3-dapp copied to clipboard
Some enhancements I would like to suggest.
Enhancements
- Remove the quotes from
hardhat.config.jswhen generating instead of having users remove it manually. - Add
next.config.jsto the template and enable Strict Mode. https://nextjs.org/docs/api-reference/next.config.js/react-strict-mode - Implement the Next.js Api route in the template to avoid alchemy api key being leaked to the client-side.
I could implement the enhancements. Let me know what you guys think.
This sounds amazing! Definitely, please go ahead!
Enhancements
- Remove the quotes from
hardhat.config.jswhen generating instead of having users remove it manually.
This has been resolved!
solved