🔥 DApp Building Template with TypeScript 🧰
🛠️ An Ethereum template to help you get building ASAP with all the necessary tools you'll actually use!
⛓️ This template allows you to build Full-Stack Blockchain Applications.
💥 All the sections below utilize the power of TypeScript.
Technologies Used
🎨 Front-end:
Next.js (React), Tailwind CSS, Ethers.js, MetaMask, IPFS, Pinata
👷♂️ Smart Contracts:
Hardhat, Ethers.js, TypeChain, OpenZeppelin, Mocha, Chai, Waffle
🗃️ Back-end:
Node.js, MongoDB, Mongoose, Express, Ethers.js
How to Use
To use this template, all you have to do is select "Use this template" from within the main GitHub repository of this project.
This will allow you to create a brand new repo using this template as a starting base.

After creating a new repo by using this one as a template, clone your new repo into your IDE of choice.
Once cloned, go into your new cloned repo & run:
npm install
You can also cd
into all 3 directories (frontend
, backend
, & hardhat
) & run either yarn install
or npm install
.
Running All at the Same Time
You can run the backend, frontend, and local blockchain node all from 1 single terminal instance.
To do so, run the following command from your project's root directory.
npm dev
This utilizes a package called concurrently
that allows you to concurrently run all instances from a single terminal.
Make sure to Star!🌟🤩