Package Exports
- create-web3-dapp
- create-web3-dapp/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-web3-dapp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🏗 scaffold-alchemy
CLI to create decentralized applications (dapps) using Scaffold Alchemy.
Scaffold Alchemy Documentation | Scaffold Alchemy Website
Requirements
Before you begin, you need to install the following tools:
Quickstart
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.
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