/crypto-wallet

Crypto-wallet is a command line application which represents the working functionalities of blockchain. (created by basic understanding of blockchain) ⛓️

Primary LanguageTypeScript

Crypto-Wallet Command-Line Software

forthebadge

How to compile it and run it ?

Clone the repository

git clone https://github.com/Aravindakrishnan/crypto-wallet.git

Install typescript and nodemon globally on your system.

npm i typescript -g
npm i nodemon -g

Get into that folder /crypto-wallet

cd ./crypto-wallet
tsc --watch

Open an another terminal and run.

nodemon ./dist/index.js

Little Doc

index.ts file index-doc

Outputs



Fiat-balance & Crypto-purchased output picture

fiat-balance-picture



Viewing crypto balance output picture

crypto-balance-picture



Transactions output picture

transaction-picture