armanriazi / ng-blockchain

This is a cryptocurrency project implemented with Angular 7 to simulate a bitcoin-like cryptocurrency wallet and blockchain concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-blockchain

This is a cryptocurrency project implemented with Angular 7 to simulate a bitcoin-like cryptocurrency wallet and blockchain concepts.

Build & Run

npm install in the root will install a crypto-js library for blockchain hashing.

Go to the crypto-ng directory and Run npm install and then ng serve will run the project.

these are built-in wallet address that can use in this app to get the ballence and make a mining transfer process:

["wallet-Alice", "wallet-Bob", "wallet-Charlie", "wallet-Miner49r"]

About

This is a cryptocurrency project implemented with Angular 7 to simulate a bitcoin-like cryptocurrency wallet and blockchain concepts.


Languages

Language:TypeScript 76.4%Language:HTML 14.3%Language:JavaScript 7.8%Language:CSS 1.5%