Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cointop | 3,644 | 2 | 7 months ago | 45 | March 19, 2022 | 41 | apache-2.0 | Go | ||
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀 | ||||||||||
Lisk Sdk | 2,772 | 17 | 40 | 5 hours ago | 19 | April 28, 2022 | 341 | apache-2.0 | TypeScript | |
🔩 Lisk software development kit | ||||||||||
Learning Bitcoin From The Command Line | 2,646 | 2 months ago | 7 | November 17, 2021 | 11 | Jupyter Notebook | ||||
A complete course for learning Bitcoin programming and usage from the command | ||||||||||
Blockshell | 1,378 | 5 months ago | 11 | mit | HTML | |||||
🎉 Minimal Blockchain Learning CLI | ||||||||||
Bitshares Core | 1,165 | 21 days ago | 266 | other | C++ | |||||
BitShares Blockchain node and command-line wallet | ||||||||||
Cli | 1,094 | 28 | 6 hours ago | 74 | June 23, 2022 | 275 | other | Go | ||
Ignite CLI is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain | ||||||||||
Iexec Sdk | 404 | 2 | 12 days ago | 240 | September 05, 2022 | 17 | other | JavaScript | ||
CLI and JS library allowing developers to easily interact with the iExec stack | ||||||||||
Theta Protocol Ledger | 353 | 15 days ago | 27 | February 23, 2022 | 51 | gpl-3.0 | Go | |||
Reference implementation of the Theta Blockchain Ledger Protocol | ||||||||||
Klaytn | 338 | 5 | 16 hours ago | 102 | August 19, 2022 | 86 | lgpl-3.0 | Go | ||
Official Go implementation of the Klaytn protocol | ||||||||||
Metaverse | 307 | 3 months ago | 61 | agpl-3.0 | C++ | |||||
The Metaverse individual chain service ETP coin and immutable data space for Hyperspace. |
📖 README.md just includes installation guide. You can find detailed guide in this wiki page
A command line utility for learning Blockchain technical concepts likechaining, mining, proof of work etc.
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,
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 |
---|---|
![]() |
![]() |
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