Skip to content

alchemyplatform/create-web3-dapp

Repository files navigation

🏗 scaffold-alchemy

CLI to create decentralized applications (dapps) using Scaffold Alchemy.

Requirements

Before you begin, you need to install the following tools:

Quickstart

To get started with Scaffold Alchemy, follow the steps below:

  1. Install the latest version of Scaffold Alchemy
npx create-web3-dapp@latest
  1. 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.

  1. 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.

Documentation

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.

Contributing

Built by Alchemy, we welcome contributions to Scaffold Alchemy!

For more information and guidelines for contributing, please see contributing.md

Community