Blockshell

🎉 Minimal Blockchain Learning CLI
Alternatives To Blockshell
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cointop3,644
27 months ago45March 19, 202241apache-2.0Go
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Lisk Sdk2,77217405 hours ago19April 28, 2022341apache-2.0TypeScript
🔩 Lisk software development kit
Learning Bitcoin From The Command Line2,646
2 months ago7November 17, 202111Jupyter Notebook
A complete course for learning Bitcoin programming and usage from the command
Blockshell1,378
5 months ago11mitHTML
🎉 Minimal Blockchain Learning CLI
Bitshares Core1,165
21 days ago266otherC++
BitShares Blockchain node and command-line wallet
Cli1,094286 hours ago74June 23, 2022275otherGo
Ignite CLI is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain
Iexec Sdk404212 days ago240September 05, 202217otherJavaScript
CLI and JS library allowing developers to easily interact with the iExec stack
Theta Protocol Ledger353
15 days ago27February 23, 202251gpl-3.0Go
Reference implementation of the Theta Blockchain Ledger Protocol
Klaytn338516 hours ago102August 19, 202286lgpl-3.0Go
Official Go implementation of the Klaytn protocol
Metaverse307
3 months ago61agpl-3.0C++
The Metaverse individual chain service ETP coin and immutable data space for Hyperspace.
Alternatives To Blockshell
Select To Compare


Alternative Project Comparisons
Readme

📖 README.md just includes installation guide. You can find detailed guide in this wiki page

BlockShell

A command line utility for learning Blockchain technical concepts likechaining, mining, proof of work etc.

ℹ️ About

Anyone who wants to understand how blockchain technology works, then BlockShell should be a great start. Because I have created BlockShell keeping blockchain fundamentals in the center of development. With BlockShell you will actually create a tiny blockchain in your system where you can create blocks with data, explore blocks etc.

So, by using BlockShell anyone can learn following blockchain concepts,

  • Block & Chaining
  • Hashing
  • Mining
  • Proof of Work

🌐 BlockShell Web Explorer

BlockShell comes with built-in blockchain explorer by which you can actully see how blocks are mined and what is stored and where.

Latest Mined Blocks Block Details

📦 Installation

Step 1 - Create project directory

mkdir <project_name> && cd project_name

Step 2 - Create new virtual environment with python version 2.7.

virtualenv venv

Step 3 - Activate virtual environment

source venv/bin/activate

or

source venv/Scripts/activate

Step 4 - Clone this repo

git clone https://github.com/daxeel/blockshell.git

Step 5 - Change directory to cloned one

cd blockshell

Step 6 - Install blockshell

pip install --editable .

Step 7 - Try "blockshell" command and test installation!

blockshell

Output in terminal after calling BlockShell command

Popular Command Line Projects
Popular Blockchain Projects
Popular Command Line Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Html
Cli
Blockchain
Blockchain Technology
Command Line Tool
Mining