Loading repository dataβ¦
Loading repository dataβ¦
Yesarib / repository
π± This project is a Node.js application developed to showcase the basic concepts of blockchain and mining. With this project, aim to provide a clear understanding of how blockchain technology operates and how miners contribute to the security and validity of the blockchain.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a blockchain and miner application developed using Node.js. This application provides a fundamental example to understand the concepts of blockchain and miners.
You can follow the steps below to run the project on your local machine:
Clone the Repository:
Open your terminal and clone the repository to your local machine:
git clone https://github.com/Yesarib/Blockchainn.git
Install Required Packages: After cloning the project, open 2 console and navigate to the project directory and install the required packages:
cd Blockchain
npm install
cd Miner
npm install
Run the Application: Once you have installed the required packages, start the application using the following command on both console:
nodemon start
or
npm start
The application will run by default on http://localhost:3000 (for MongoDB connection).
For socket connection, you can use http://localhost:8000.
In the blockchain section, you can share fundamental information about the blockchain. You can explain how the blockchain works, how it's created, and how data is stored.
In the miner section, you can provide details about miners. Explain how miners attempt to mine blocks, how newly mined blocks are sent to the blockchain section using sockets, and how validation and broadcasting are performed.