UNPKG

create-web3-dapp

Version:

CLI to create decentralized applications (dapps) using [Scaffold Alchemy](https://github.com/alchemyplatform/scaffold-alchemy).

43 lines (25 loc) 1.41 kB
# create-web3-dapp CLI to create decentralized applications (dapps) using [Scaffold Alchemy](https://github.com/alchemyplatform/scaffold-alchemy). ## Requirements Before you begin, you need to install the following tools: - [Node (>= v18.18)](https://nodejs.org/en/download/) - [npm](https://www.npmjs.com/get-npm) - [Git](https://git-scm.com/downloads) ## Quickstart To create a new web3 dapp simply run: ``` npx create-web3-dapp@latest ``` This will have you fill out a few prompts on the CLI. Once you have completed those you will have yourself a new web3 dapp! 🎉 From there, jump into the [scaffold alchemy quickstart](https://docs.alchemy.com/docs/scaffold-alchemy-quickstart) to learn how to setup your environment and project! ## Documentation Visit our [docs](https://docs.alchemy.com/docs/scaffold-alchemy) to learn all the technical details and guides of Scaffold Alchemy. Watch [Alchemy University](https://university.alchemy.com) - our educational platform for building with Scaffold Alchemy. ## Contributing We welcome contributions! For more information and guidelines for contributing, please see [contributing.md](https://github.com/alchemyplatform/create-web3-dapp/blob/main/contributing.md) ## Community <h4 align="center"> <a href="https://twitter.com/AlchemyPlatform">Alchemy Twitter</a> | <a href="https://discord.gg/alchemyplatform">Alchemy Discord</a> </h4>