2.0.0 • Published 5 years ago

pulkitchain v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

#PulkitChain

This is a very simple blockchain implementation in Javascript.

This is by no means a complete implementation and it is not secure! As an actual Blockchain uses elaborate security features.

Features

  • It includes simple proof-of-work algorithm
  • It includes a method to verify blockchain (to prevent tampering)
  • It can Generate wallet (private/public key)
  • It can sign transactions

#This blockchain was created by Pulkit Arora as a summer internship Project while interning with Tata Power Delhi Distriution Limited in the summer of 2019.

#Requirements:

  • Eslint
  • Crypto-js
  • Elliptic