/angular-ethereum-boilerplate

A minimum boilerplate to interact with Ethereum with Angular and ngrx

Primary LanguageTypeScriptMIT LicenseMIT

Angular Dapp starter project

A minimum boilerplate to interact with the blockchain Ethereum through Angular. Project based on :

  • web3@1.0.0-beta31 to communicate with Ethereum
  • @ngrx to get rid of ngZone problems

The content of the project is described in our article : https://medium.com/b2expand/create-a-decentralized-ethereum-application-with-angular-43cf02451fbe

Usage

  • Clone, fork or download:
git clone https://github.com/B2-Expand/angular-ethereum-boilerplate.git
cd angular-ethereum-boilerplate
  • install dependencies
npm install
  • start the server
ng serve

open browser on http://localhost:4200