chpiatt / dapp-starter-kit

A simple starter kit for creating decentralized applications on Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dapp Starter Kit

Everything you need to start building decentralized applications on Ethereum.

Components:

Recommendations

WSL for Windows Users

It is recommended that Windows users first install Windows Subsystem for Linux - WSL2. The recommended Linux distribution to use is Ubuntu 20.04. Learn more about WSL and the benefits it provides via this short interactive course

Visual Studio Code

If you do not already have a preferred text editor that you use for programming, it is recommended that you install Visual Studio Code.

In addition, you may find the following VS Code plugins useful:

GitHub

If you do not already have a GitHub account, it is recommended that you create one and add an SSH key to your account

MetaMask

Install MetaMask in your browser and create an Ethereum address. It is recommended to create a new account exclusively for testing purposes that will never hold any mainnet balances.

Rinkeby ETH

Use the Rinkeby faucet to populate your testing address with Rinkeby ETH.

Vue Devtools Extension

Install the Vue Devtools extension for helpful tools to aid in debugging your frontend code

Sign up for Accounts

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Project setup

In a terminal window type:

git clone git@github.com:chiangmaidapps/dapp-starter-kit.git my-new-dapp
cd my-new-dapp
yarn install

Learn More

Documentation:

Resources:

About

A simple starter kit for creating decentralized applications on Ethereum


Languages

Language:JavaScript 30.3%Language:TypeScript 28.7%Language:Solidity 22.0%Language:Vue 17.9%Language:HTML 1.1%