All the current implementations of blockchains are tightly coupled with the larger context and problems they (e.g. Bitcoin or Ethereum) are trying to solve. This makes understanding blockchains a necessarily harder task, than it must be. Especially source-code-wisely. This project is an attempt to provide as concise and simple implementation of a blockchain as possible
From Wikipedia : Blockchain is a distributed database that maintains a continuously-growing list of records called blocks secured from tampering and revision.
- Linux Operating System (preferably Ubuntu)
- Installation of NODE JS
-
Open Terminal and Type the Following Command
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - -
sudo apt install nodejs
-
Open Terminal and Type the Following Command
-
Installation of lite-server
-
npm install -g lite-server -
lite-server
-
-
Installation of MetaMask
- Step 1. Go to the Metamask website.
- Step 2. Click “Get Chrome Extension” to install Metamask.
- Step 3. Click “Add to Chrome” in the upper right.
- Step 4. Click “Add Extension” to complete the installation.
-
You will know Metamask has been installed when you see the fox logo on the upper right hand corner of your browser.
Contributions are welcome! Please feel free to submit a Pull Request.