Skip to content

kobvel/blockchain-nodejs-wallet

Repository files navigation

Blockchain wallet

This repository is an addition to the bockchain-nodejs application which shows how decentralized networks work.

Using this app you can easily perform such operations:

  • Create multiple wallets
  • Send coins between wallets
  • Switch between blockchain nodes (if system is fully decentralized it must not make difference which node you use for the transactions)

This client-side has also micro node.js server to be able to get addresses of known nodes which is going to by wallet.

Technologies

  • Angular 5
  • Bootstrap
  • Node.js
  • Express

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

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

Run ng test to execute the unit tests via Karma.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published