Socket
Socket
Sign inDemoInstall

blockchain.js

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockchain.js

A blockchain command-line interface built with JavaScript.


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source


A blockchain command-line interface built with JavaScript.

Gitter


screenshot

🎉 Features

  • 💎 Blocks with index, hash, data, and timestamp.
  • ⛏ Proof-of-work system.
  • ⛓ In-memory JavaScript array to store the blockchain.
  • ✅ Block integrity validation.
  • 📡 Decentralized and distributed peer-to-peer communication.

📦 Installation

To install this application, you'll need Node.js (which comes with npm) installed on your computer. From your command line:

NPM
$ npm install blockchain.js -g
$ blockchain
Source

You'll need Git to run the project from source. From your command line:

# Clone this repository
$ git clone https://github.com/seanseany/blockchain.js

# Go into the repository
$ cd blockchain.js

# Install dependencies
$ npm install

# Run the app
$ npm start

⚒️ Built With

🎫 License

This project is licensed under the Apache-2.0 License - see the LICENSE.txt file for details

🙏 Acknowledgments

  • This article written by Lauri Hartikka.
  • Original repo by Lauri Hartikka
  • Antony Jone's fork for refactoring.
  • Nick Fallon fork for PoW implementation.
  • Logo designed by Muammark / Freepik.

FAQs

Package last updated on 21 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc