Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.14 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.14 KB

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