Basic cryptocurrency implementation in typescript.
-
Clone this repository
-
Open a terminal window
-
Set current working directory to
TypeScript-Cryptocurrency -
Run
npm install
-
Open a terminal window
-
Set current working directory to
TypeScript-Cryptocurrency -
Run
npm run startorts-node index.ts
-
Open
tsconfig.json -
Set
noEmittofalse -
To generate a source map, set
sourceMaptotrue -
Open a terminal window
-
Set current working directory to
TypeScript-Cryptocurrency -
Run
npm run buildortsc
-
Open a terminal window
-
Set current working directory to
TypeScript-Cryptocurrency -
Run
node index.js