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.
- Angular 5
- Bootstrap
- Node.js
- Express
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.
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.
Run ng test
to execute the unit tests via Karma.
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
.