Skip to content

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

Notifications You must be signed in to change notification settings

Aravindakrishnan/crypto-wallet

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published