Skip to content

A simple example of blockchain implementation built with Typescript and Node.js

Notifications You must be signed in to change notification settings

mdepasquale21/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain

A blockchain example built with Typescript and Node.js, taking inspiration from this article.

Getting started

1. Install Node.js:

You need to install Node and node package manager (npm). You can get everything from here.

2. Clone repository:

Clone this repository. You can checkout the project directly from GitHub or open a terminal window and run git clone https://github.com/mdepasquale21/blockchain/.

3. Access the project folder:

Open the folder or run cd blockchain if on the terminal.

4. Install dependencies:

Run npm install to install all dependencies.

5. Run the program:

Run package.json script run or run the command npm run run on a terminal. The program will start its execution.

6. See results:

Have a look at printed blockchain data in src/blockchain.json!

Summary

git clone https://github.com/mdepasquale21/blockchain/
cd blockchain
npm install
npm run run

About

A simple example of blockchain implementation built with Typescript and Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published