All Projects â†’ daxeel â†’ Blockshell

daxeel / Blockshell

Licence: mit
🎉 Minimal Blockchain Learning CLI

Projects that are alternatives of or similar to Blockshell

Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-94.14%)
Mutual labels:  command-line-tool, cli
Blockchaintechnology
Blockchain Frontier Technology Tracking
Stars: ✭ 88 (-93.47%)
Mutual labels:  blockchain, blockchain-technology
Whale
🐋 Show Ethereum and Bitcoin price in command line interface (CLI).
Stars: ✭ 81 (-93.99%)
Mutual labels:  blockchain, cli
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-94.58%)
Mutual labels:  command-line-tool, cli
Crowdin Cli
A command-line client for the Crowdin API
Stars: ✭ 89 (-93.4%)
Mutual labels:  command-line-tool, cli
Nexmo Cli
Nexmo CLI (Command Line Interface)
Stars: ✭ 73 (-94.58%)
Mutual labels:  command-line-tool, cli
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-93.62%)
Mutual labels:  command-line-tool, cli
Q
q - Run SQL directly on CSV or TSV files
Stars: ✭ 8,809 (+553.49%)
Mutual labels:  command-line-tool, cli
Hypepool
🚀 ⚡ī¸ ✨ next-gen mining pool server software
Stars: ✭ 89 (-93.4%)
Mutual labels:  blockchain, blockchain-technology
Vvisp
A Smart Way to Operate Smart Contracts on EVM Based Blockchains like Ethereum
Stars: ✭ 89 (-93.4%)
Mutual labels:  blockchain, cli
Hopp Doc Gen
📔 API documentation generator CLI for https://hoppscotch.io
Stars: ✭ 70 (-94.81%)
Mutual labels:  command-line-tool, cli
Matrix Commander
simple but convenient CLI-based Matrix client app for sending and receiving
Stars: ✭ 90 (-93.32%)
Mutual labels:  command-line-tool, cli
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (-14.61%)
Mutual labels:  command-line-tool, cli
Fbi
Node.js workflow tool
Stars: ✭ 74 (-94.51%)
Mutual labels:  command-line-tool, cli
Nat
nat - the 'ls' replacement you never knew you needed
Stars: ✭ 1,129 (-16.25%)
Mutual labels:  command-line-tool, cli
Opaline
NextJS for CLI tools
Stars: ✭ 84 (-93.77%)
Mutual labels:  command-line-tool, cli
Rff Cli Example
An example of how to use 🏁 React Final Form in a CLI application with Ink
Stars: ✭ 55 (-95.92%)
Mutual labels:  command-line-tool, cli
Chainode
Fast, Highly Scalable, and Lightweight Private Blockchain Network based on node.js
Stars: ✭ 55 (-95.92%)
Mutual labels:  blockchain, blockchain-technology
Forge Node App
🛠đŸ“Ļ🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-93.32%)
Mutual labels:  command-line-tool, cli
Lc
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
Stars: ✭ 93 (-93.1%)
Mutual labels:  command-line-tool, cli

📖 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].