https://github.com/nimacodez/jsblockchain
A BlockChain With Javascript On a Decentralized Network
https://github.com/nimacodez/jsblockchain
blockchain javascript nodejs web3js
Last synced: 8 months ago
JSON representation
A BlockChain With Javascript On a Decentralized Network
- Host: GitHub
- URL: https://github.com/nimacodez/jsblockchain
- Owner: NimaCodez
- Created: 2022-11-23T10:34:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T14:41:49.000Z (about 3 years ago)
- Last Synced: 2025-04-14T06:54:48.090Z (8 months ago)
- Topics: blockchain, javascript, nodejs, web3js
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS BlockChain
### A BlockChain Using JavaScript And an API to contact with

*This document will be extended later and more information will be added.*
### Prequesties 🕊️
```-$ Nodejs Runtime```
[Download Nodejs](https://nodejs.org)
### How to use? 🔥
At First Use this command to download a clone of this project on your own device
```git clone https://github.com/DevNima-PG/JSBlockChain.git```
After That, You Should Open a terminal and Download Dependencies 🐢
Do A ```npm i```
### You're Pretty Ready To Go! 🎉✨
just cd into the dev directory with following command:
```cd /dev```
and run the BlockChain!
```node test.js```
*Notice That Because Of Some Hash And Algorithm Calculations It Will Take Some Time. Please Wait For The Program To Run 🐢!*
