Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 700 Bytes

File metadata and controls

23 lines (17 loc) · 700 Bytes

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/