Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

QuickDapp/QuickDapp-OLD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


THIS IS THE OLD VERSION OF QUICKDAPP AND IS NO LONGER SUPPORTED! PLEASE CHECK OUT THE LATEST VERSION AT https://github.com/QuickDapp/QuickDapp


QuickDapp

Live demo: https://demo.quickdapp.xyz

QuickDapp is a highly opinionated framework that helps you quickly build and deploy Web3 dapps, batteries included.

It is designed to save you a massive amount of time and effort, freeing you up to focus on the parts of your dapp that actually matter.

Roughly speaking, it integrates the following:

Please visit https://quickdapp.xyz for more information.

Getting started

Pre-requisites:

  • Node.js v20+.
  • PNPM.
  • PostgreSQL 11+ running locally on port 5432, with a default admin user called postgres.

Install the packages:

pnpm i

Run the bootstrap script:

pnpm bootstrap

Please refer to the "Getting Started" tutorial for further instructions. You can display the documentation in the browser by running:

pnpm showdocs

License

MIT - see LICENSE.md