Skip to content

acmiitr/blockchain_workshop_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Workshop 2021

Writing an simplified blockchain with JavaScript.

What does it do?

We initiate blocks with data further we implement a chain of these blocks and finally observe the state of chain.

Built With:

  • Javascript

Setting the playing field:

Usage:

  1. Clone the repo.

  2. Open terminal/command prompt and traverse to the repo.

  3. We need to import the required libraries. Run the following command: npm i crypto-js

  4. Now we run the file.

node {filename}.js
  1. You will be displayed with the state of the chain!

Acknowledgments:

  • ACM IIT Roorkee Student Chapter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •