🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

create-eth-ts-dapp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

create-eth-ts-dapp

A template for building Full-Stack Blockchain Dapps using Next.js (React), TypeScript, Tailwind CSS, Hardhat, Solidity, and many more!

1.1.44
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

🔥 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.

2022-01-06_11-13

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!🌟🤩

Keywords

ethers

FAQs

Package last updated on 19 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts