All Projects → adriandelgg → create-ether-dapp

adriandelgg / create-ether-dapp

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

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
solidity
1140 projects

Projects that are alternatives of or similar to create-ether-dapp

hardhat-contract-sizer
Output Ethereum contract sizes with Hardhat 📐
Stars: ✭ 55 (-45%)
Mutual labels:  smart-contracts, hardhat
hardhat-dependency-compiler
📦 Compile Solidity sources directly from NPM dependencies
Stars: ✭ 19 (-81%)
Mutual labels:  smart-contracts, hardhat
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (+25%)
Mutual labels:  smart-contracts, hardhat
contracts
Off-the-shelf Solidity smart contracts
Stars: ✭ 100 (+0%)
Mutual labels:  smart-contracts, hardhat
hardhat-abi-exporter
🧰 Export Solidity contract ABIs on compilation ⚙️
Stars: ✭ 29 (-71%)
Mutual labels:  smart-contracts, hardhat
solidstate-solidity
💠 Upgradeable-first Solidity smart contract development library 💠
Stars: ✭ 264 (+164%)
Mutual labels:  smart-contracts, hardhat
archethic-node
Official Archethic Blockchain node, written in Elixir
Stars: ✭ 42 (-58%)
Mutual labels:  smart-contracts
create-truffle-dapp
Create and deploy Truffle projects with no configuration.
Stars: ✭ 17 (-83%)
Mutual labels:  smart-contracts
awesome-ethereum-events
Inspired by the awesome list of awesome lists of awesome lists of...
Stars: ✭ 18 (-82%)
Mutual labels:  smart-contracts
py-etherdelta
Python client for interacting with the EtherDelta API and Smart Contracts.
Stars: ✭ 22 (-78%)
Mutual labels:  smart-contracts
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (-61%)
Mutual labels:  smart-contracts
heimdall
Ethereum Smart Contracts Security Monitoring
Stars: ✭ 18 (-82%)
Mutual labels:  smart-contracts
soldoc
A solidity documentation generator, based in NatSpec format. 📃 with standalone HTML, pdf, gitbook and docsify output ✏️ just plug and play.
Stars: ✭ 54 (-46%)
Mutual labels:  smart-contracts
hypermint
Tendermint-based blockchain that supports WebAssembly smart contract
Stars: ✭ 55 (-45%)
Mutual labels:  smart-contracts
idex-sdk-js
IDEX v3 SDK built with TypeScript, supporting both web and Node environments.
Stars: ✭ 35 (-65%)
Mutual labels:  smart-contracts
AirdropCentral
An AirdropCentral where anyone can submit tokens to be distributed among users
Stars: ✭ 62 (-38%)
Mutual labels:  smart-contracts
mStable-contracts
📃 Smart Contracts that make up the core of the mStable protocol
Stars: ✭ 277 (+177%)
Mutual labels:  smart-contracts
clarity-lsp
Language Server Protocol implementation for Clarity (including VS code extension).
Stars: ✭ 47 (-53%)
Mutual labels:  smart-contracts
stellar-turrets
Reference implementation of the Stellar Turrets protocol
Stars: ✭ 32 (-68%)
Mutual labels:  smart-contracts
quipuswap-core
🧙‍♂️ Repository containing QuipuSwap liquidity protocol smart-contracts written in Ligo language
Stars: ✭ 48 (-52%)
Mutual labels:  smart-contracts

🔥 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

NOTE: Required a UNIX terminal like Windows WSL, Bash, ZSH, Fish, Shell, etc.

1. First Method (Recommended)

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].