chrisfraser / angular4-truffle-starter-dapp

Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular-Truffle

This project was generated with Angular CLI version 1.0.0.

An angular4 + truffle starter app. Write, compile & deploy smart contracts for Ethereum.

Featured on State of the Dapps

Demo

Create a coin with an initial supply and send an amount to your Ethereum wallet address

Note: This demo was made at the time this project used Angular2. It has since upgraded to Angular4 and works the exact same way :)

demo

How to use

There are 2 small parts to successfully running this project.

Part 1

  1. git clone https://github.com/Nikhil22/angular4-truffle-starter-dapp.git
  2. cd angular4-truffle-starter-dapp
  3. npm install

Part 2

For the second part, be sure you're connected to an Ethereum client before running the commands below. If you're new, install testrpc to run a local blockchain RPC server. After that, simply run testrpc in a new tab.

And then in the original tab, run:

  1. truffle compile to compile your contracts
  2. truffle migrate to deploy those contracts to the network
  3. ng serve. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
  4. Make sure there are no errors in browser console

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

  1. Run ng test to execute the unit tests via Karma.
  2. Run truffle test to run tests associated with your solidity smart contracts. The test folder for this can be found in the test directory at the root level of this project

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Contribute

Contributions are always welcome & encouraged! 😄 If you'd like to contribute, please see Contributing Guidelines.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Technologies & Languages Used

  1. Angular4 (Typescript/Javascript)
  2. Truffle (Solidity)

About

Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum


Languages

Language:TypeScript 55.7%Language:JavaScript 27.4%Language:HTML 16.6%Language:CSS 0.3%