CLI to create decentralized applications (dapps) using Scaffold Alchemy.
Before you begin, you need to install the following tools:
To get started with Scaffold Alchemy, follow the steps below:
- Install the latest version of Scaffold Alchemy
npx create-web3-dapp@latest
- On a second terminal, deploy the test contract:
npm run deploy
This command deploys a test smart contract to the local network. You can find more information about how to customize your contract and deployment script in our documentation.
- On a third terminal, start your NextJS app:
npm run dev
Visit your app on: http://localhost:3000
. You can interact with your smart contract using the contract components. You can tweak the app config in your project settings.
What's next:
Visit the What's next section of our docs to learn how to customize your contracts, frontend, and more.
Visit our docs to learn all the technical details and guides of Scaffold Alchemy.
To know more about its features, check out our website.
Watch Alchemy University - our educational platform for building with Scaffold Alchemy.
Built by Alchemy, we welcome contributions to Scaffold Alchemy!
For more information and guidelines for contributing, please see contributing.md