Skip to content

An Angular 4 Ethereum DApp Skeleton Material Design with Truffle

Notifications You must be signed in to change notification settings

sushrest/angular-truffle

Repository files navigation

An Angular Skeleton DApp with Google Material Design UI and Truffle framework.

Default feature

  • Creates an ERC20 Token on Ethereum Blockchain Testnet using Testrpc
  • Creates crowsale contract where users can participate and buy token using Ethereum Balance they hold on MetaMask.

Installation

Prerequisites

  • Ethereum Testnet testrpc
  • npm
  • nodejs
  • angular-cli

Install

  • Clone this repo
  • npm install (this will install app dependencies)
  • Run Ethereum testnet (Ethereum local blockchain testnet)
  • Compile and migrate Token and Contract Artifact to testnet using truffle cli command
  • ng serve to compile and serve an angular App

Now browse http://localhost:4200/

About

An Angular 4 Ethereum DApp Skeleton Material Design with Truffle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published