Previous
crypto trading bot image

Crypto Trading Bot in Node.js [2025]

Original price was: $150.00.Current price is: $80.00.
Next

Solana Sniping Bot by DefiX

Original price was: $300.00.Current price is: $150.00.
solana-sniping-bot

Simple Blockchain using Python

Original price was: $250.00.Current price is: $100.00.

Download Includes:

  1. Simple Blockchain in Python Source Code.
  2. Installation Guidelines
Add to Wishlist
Add to Wishlist
Trust Badge Image

Description

Simple Blockchain using Python


A simple Blockchain in Python


Installation

  1. Make sure Python 3.6+ is installed.
  2. Install pipenv $ pip install pipenv
  3. Install requirements$ pipenv install 
  4. Run the server:
    • $ pipenv run python blockchain.py
    • $ pipenv run python blockchain.py -p 5001
    • $ pipenv run python blockchain.py --port 5002

Docker

Another option for running this blockchain program is to use Docker. Follow the instructions below to create a local Docker container:

  1. Clone this repository
  2. Build the docker container $ docker build -t blockchain .
  3. Run the container $ docker run --rm -p 80:5000 blockchain
  4. To add more instances, vary the public port number before the colon:
$ docker run --rm -p 81:5000 blockchain
$ docker run --rm -p 82:5000 blockchain
$ docker run --rm -p 83:5000 blockchain

Installation (C# Implementation)

  1. Install a free copy of Visual Studio IDE (Community Edition): https://www.visualstudio.com/vs/

  2. Once installed, open the solution file (BlockChain.sln) using the File > Open > Project/Solution menu options within Visual Studio.

  3. From within the “Solution Explorer”, right click the BlockChain.Console project and select the “Set As Startup Project” option.

  4. Click the “Start” button, or hit F5 to run. The program executes in a console window, and is controlled via HTTP with the same commands as the Python version.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping cart

0
image/svg+xml

No products in the cart.

Continue Shopping