You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

create-ether-dapp

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ether-dapp

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

1.1.65
latest
Source
npmnpm
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

🔥 Create Ether Dapp License: MIT PRs Welcome

🛠️ 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.

giphy

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, Joi

How to Use

Using the script will create a new project at my-dapp in the current working directory.

yarn create ether-dapp my-dapp
cd my-dapp
yarn dev

It's required that you have yarn installed. If you don't, simply run npm i -g yarn. Using yarn create ether-dapp ensures that you always use the latest version.

Once the app is running using yarn dev you can view at:

2. Second Method

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:

yarn install

You can also cd into all 3 directories (frontend, backend, & hardhat) & run yarn 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.

yarn dev

This utilizes a package called concurrently that allows you to concurrently run all instances from a single terminal.

Special Thanks

This project was insipired by:

Issues

If you find any issues, please report them in the Issues.

Also, if you see something that could be improved, feel free to contribute!

If for some reason you are getting an error during the installation, try running:

yarn global remove create-ether-dapp
yarn create ether-dapp my-dapp

Make sure to Star!🌟

Keywords

ethers

FAQs

Package last updated on 21 Feb 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