Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the source code for my post on [Building a Blockchain](https://medium.co

## Installation

1. Make sure [Python 3.6+](https://www.python.org/downloads/) is installed.
1. Make sure to install [Python 3.6+](https://www.python.org/downloads/).
2. Install [pipenv](https://github.com/kennethreitz/pipenv).

```
Expand All @@ -30,7 +30,7 @@ $ pipenv install

## Docker

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

1. Clone this repository
2. Build the docker container
Expand Down Expand Up @@ -58,11 +58,11 @@ $ docker run --rm -p 83:5000 blockchain
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.
2. After installation, 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.
4. Click the "Start" button, or hit F5 to run. The program executes in a console window, and the HTTP controls it with the same commands as the Python version.


## Contributing
Expand Down