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
Fiat-balance
& Crypto-purchased
output picture
Viewing crypto balance
output picture
Transactions
output picture