🧪 Lisk Scaffold DApp is an open-source, robust framework designed to accelerate the development and deployment of decentralized applications (DApps) on the Lisk platform. It equips developers with essential tools and frameworks, making the initial steps of building a DApp straightforward and efficient.
- Node.js (>= v10.x) or higher
- [Yarn]([v1]((https://classic.yarnpkg.com/en/docs/install/) or v2+))
- Git
You can quickly set up a new project using the command below:
npx lisk-scaffold-dapp@latest create
The following components are available in this scaffolding tool:
- Frontend Framework: Next.js
- Wagmi
- Viem
- RainbowKit
- Typescript
- Backend Framework: Hardhat
- Javascript
Follow these steps to create and configure your DApp project:
- Select Front-End and Smart Contract Frameworks: During setup, you'll choose from available frameworks like React for the frontend and Hardhat for smart contracts.
- Project Configuration: Provide a project name, which will be used to set up the directory structure.
- Customization and Setup: The tool automatically clones necessary components and configures your project based on the selections.
- Finalization: Once setup is complete, essential information and next steps are displayed, ensuring you are ready to begin development immediately.
Generated projects include a package.json
with metadata relevant to your DApp, which can be customized further. Configuration files for different packages are tailored during the setup to match project specifications.
For issues, suggestions, or contributions, please visit our GitHub repository.
- If your project setup does not involve web development, modifications like
netlify.toml
might be unnecessary. - Projects such as those developed with Flutter might not utilize a
package.json
.
This project is licensed under the MIT License.
- @Jordan-type
- @Ronexlemon
- @anthonykimani
- additionally you can scaffold a project easily by using the command
npx lisk-scaffold-dapp@latest create
npx lisk-scaffold-dapp