Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lynk4/simple-blockchain
A simple Block Chain program in JS.
https://github.com/lynk4/simple-blockchain
blockchain blockchain-demos blockchain-programming blockchain-technology javascript js
Last synced: 6 days ago
JSON representation
A simple Block Chain program in JS.
- Host: GitHub
- URL: https://github.com/lynk4/simple-blockchain
- Owner: Lynk4
- Created: 2023-11-17T19:06:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T22:30:42.000Z (10 months ago)
- Last Synced: 2024-01-06T23:53:15.041Z (10 months ago)
- Topics: blockchain, blockchain-demos, blockchain-programming, blockchain-technology, javascript, js
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Block Chain Program
-----------------
### This is by no means a complete implementation and it is by no means secure!.
-----------------## Install library
```
npm install --save crypto-js
```
And also make sure nodejs is installed in your machine.To run the main.js file.
open terminal or any commandline tool.
```
node main.js
```This is how Block Chain looks like.
Output:
---
After adding Proof of Work It will take some time to add a block.
Output:
---
Mining Reward and transactions---