https://github.com/mrnazu/malac-blockchain
C and Node.js Integration for Malac Blockchain
https://github.com/mrnazu/malac-blockchain
blockchain c decentralized malac nodejs proof-of-work smart-contracts solidity web3
Last synced: 3 months ago
JSON representation
C and Node.js Integration for Malac Blockchain
- Host: GitHub
- URL: https://github.com/mrnazu/malac-blockchain
- Owner: mrnazu
- License: mit
- Created: 2024-07-02T13:09:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T14:25:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T11:55:18.850Z (over 1 year ago)
- Topics: blockchain, c, decentralized, malac, nodejs, proof-of-work, smart-contracts, solidity, web3
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# The Malac Blockchain

A production-level decentralized and open-source blockchain platform built using `Node.js` for main tasks and `C` for performance-critical network tasks, also It's very easy and scalable. Inspired by the likes of Ethereum, Solana, and Bitcoin. Also, It uses a Proof-of-Work consensus mechanism to secure the validation process.
## **Components**
* **Proof-of-Work Consensus Mechanism**: To validate transactions and ensure the integrity of the network.
* **Decentralized Network**: Decentralized network of interconnected nodes, ensuring that there is no single point of failure.
* **API Server**: To interaction with the blockchain from the internet.
* **Consensus Algorithm**: For data legitimate and always synchronized.
* **Block Explorer:** very simple UI for Blockchain data explorer intigrated with eth-data-library.
## **High-level overview of Architecture and Design**

## **Goals**
* To create a secure, decentralized, and scalable blockchain platform.
* To create a user-friendly interface for interacting with the blockchain.
* To master how blockchain works.