https://github.com/cdylan320/create_ether_dapp

https://github.com/cdylan320/create_ether_dapp

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cdylan320
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Size: 36.9 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 12 months ago · Last pushed 12 months ago
Metadata Files
Readme License

README.md

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

bash 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:

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

bash 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:

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

Make sure to Star!🌟

Owner

  • Name: Dylan Combs
  • Login: cdylan320
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

backend/package.json npm
  • @babel/core ^7.16.7 development
  • @babel/eslint-parser ^7.16.5 development
  • @babel/plugin-proposal-optional-chaining ^7.16.7 development
  • @types/bcrypt ^5.0.0 development
  • @types/cors ^2.8.12 development
  • @types/express ^4.17.13 development
  • @types/hpp ^0.2.2 development
  • @types/node ^17.0.8 development
  • eslint 8.6.0 development
  • nodemon ^2.0.13 development
  • ts-node ^10.4.0 development
  • typescript ^4.5.4 development
  • bcrypt ^5.0.1
  • body-parser ^1.19.0
  • cors ^2.8.5
  • dotenv ^10.0.0
  • ethers ^5.5.1
  • express ^4.17.2
  • express-mongo-sanitize ^2.2.0
  • helmet ^5.0.1
  • hpp ^0.2.3
  • joi ^17.5.0
  • jsonwebtoken ^8.5.1
  • mongodb ^4.3.0
  • mongoose ^6.1.5
backend/yarn.lock npm
  • 429 dependencies
frontend/package.json npm
  • @tailwindcss/typography ^0.5.0 development
  • @types/lodash ^4.14.175 development
  • @types/node ^17.0.8 development
  • @types/react 17.0.38 development
  • @types/react-dom ^17.0.9 development
  • autoprefixer ^10.3.4 development
  • eslint 8.7.0 development
  • eslint-config-next 12.0.8 development
  • eslint-plugin-react-hooks ^4.2.0 development
  • postcss ^8.3.6 development
  • tailwindcss ^3.0.11 development
  • ts-node ^10.2.1 development
  • typescript 4.5.4 development
  • axios ^0.25.0
  • dotenv ^14.2.0
  • ethers ^5.4.6
  • ipfs-http-client ^55.0.0
  • next 12.0.8
  • react 17.0.2
  • react-dom 17.0.2
  • react-loader-spinner ^5.0.9
  • react-toastify ^8.0.3
  • react-toggle-dark-mode ^1.0.4
frontend/yarn.lock npm
  • 465 dependencies
hardhat/package.json npm
  • @nomiclabs/hardhat-ethers ^2.0.2 development
  • @nomiclabs/hardhat-etherscan ^3.0.1 development
  • @nomiclabs/hardhat-solhint ^2.0.0 development
  • @nomiclabs/hardhat-waffle ^2.0.1 development
  • @openzeppelin/contracts ^4.4.2 development
  • @openzeppelin/contracts-upgradeable ^4.5.1 development
  • @openzeppelin/contracts6 npm:@openzeppelin/contracts@^3.4.0 development
  • @openzeppelin/hardhat-upgrades ^1.10.0 development
  • @typechain/ethers-v5 ^9.0.0 development
  • @typechain/hardhat ^4.0.0 development
  • @types/chai ^4.2.22 development
  • @types/mocha ^9.0.0 development
  • @types/node ^17.0.8 development
  • chai ^4.3.4 development
  • dotenv ^14.2.0 development
  • ethereum-waffle ^3.4.0 development
  • ethers ^5.4.7 development
  • hardhat ^2.6.4 development
  • hardhat-contract-sizer ^2.1.1 development
  • hardhat-gas-reporter ^1.0.4 development
  • mocha ^9.1.2 development
  • prettier ^2.4.1 development
  • prettier-plugin-solidity ^1.0.0-beta.18 development
  • solc ^0.8.8 development
  • solhint ^3.3.6 development
  • solhint-plugin-prettier ^0.0.5 development
  • solidity-coverage ^0.7.18 development
  • ts-node ^10.2.1 development
  • typechain ^7.0.0 development
  • typescript ^4.4.3 development
hardhat/yarn.lock npm
  • 1315 dependencies
package.json npm
  • concurrently ^6.2.1 development
  • husky ^7.0.4 development
yarn.lock npm
  • ansi-regex 5.0.1
  • ansi-styles 4.3.0
  • chalk 4.1.2
  • cliui 7.0.4
  • color-convert 2.0.1
  • color-name 1.1.4
  • concurrently 6.5.1
  • date-fns 2.28.0
  • emoji-regex 8.0.0
  • escalade 3.1.1
  • get-caller-file 2.0.5
  • has-flag 4.0.0
  • husky 7.0.4
  • is-fullwidth-code-point 3.0.0
  • lodash 4.17.21
  • require-directory 2.1.1
  • rxjs 6.6.7
  • spawn-command 0.0.2-1
  • string-width 4.2.3
  • strip-ansi 6.0.1
  • supports-color 7.2.0
  • supports-color 8.1.1
  • tree-kill 1.2.2
  • tslib 1.14.1
  • wrap-ansi 7.0.0
  • y18n 5.0.8
  • yargs 16.2.0
  • yargs-parser 20.2.9