Create Hq20 Dapp

screenshot of Create Hq20 Dapp
react

:herb: This is the TechHQ dapp starter kit :octocat: All you need in a nut:shell:

Overview

HQ20 create-hq20-dapp is a versatile development platform that offers different templates for smart contract development, react web UI, and API with a cache server. It is suitable for new projects and includes examples of tests, coverage, documentation generators, linters, and more. The platform supports Node 8.16.0 or Node 10.16.0 and later versions.

Features

  • Smart Contracts Template: Provides an example of a solidity smart contracts project.
  • React Web UI Template: Uses create-react-app boilerplate with typescript and ethers.js to connect to a local network.
  • API Template: Builds an API with a cache server using express.js and a PostgreSQL database. It listens and caches events.

Summary

HQ20 create-hq20-dapp is a comprehensive development platform that offers templates for smart contract development, react web UI, and API with a cache server. It provides a smooth installation process and includes essential features such as testing, coverage, documentation generation, and linters. The platform is highly customizable, allowing users to choose which components to install and use based on their project requirements. Additionally, it supports automatic updates and encourages contributions from the community. HQ20 create-hq20-dapp is licensed under Apache-2.0 and utilizes icons made by srip from www.flaticon.com.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.