Skip to content

A simple starter kit for a decentralized application.

Notifications You must be signed in to change notification settings

Demul1/DAPPStarterKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAPPStarterKit

About

This is a simple starter kit which contains the necesary files for a decentralized application (DAPP). It includes truffle, react, chai, web3, babel and a basic infrastrucutre for a DAPP.

Prerequisites

  1. Install Node.js

Getting Started

  1. Run the following code in your command line:
#clone repository
$ git clone https://github.com/Demul1/DAPPStarterKit

#move into repository
$ cd DAPPStarterKit

#remove current origin repository
$ git remote remove origin
  1. Install necessary dependencies:
#install dependencies
$npm install

#start server
$npm start

About

A simple starter kit for a decentralized application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published