/boilerplates

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Boilerplates

License: GPL v3

This repository contains various boilerplates that you can use to kick-start your project or get some inspiration about build systems and the basic structure of different project types.

List of boilerplates

001 - Ethereum + Hardhat + Solidity + TypeScript

Smart contract development environment for Ethereum-ish blockchain network.

002 - Qwik

Web application development environment using Qwik as a cornerstone technology.

003 - Qwik + Ethers

Web3 application development environment using Qwik for web-related stuff and Ethers for blockchain interaction.

004 - Blockscout

Blockchain explorer configured to work together with Hardhat testing blockchain (see 001).

005 - Nginx proxy for web demos

Dockerized Nginx server preconfigured to serve other web services running in the Docker.