{"id":15564238,"url":"https://github.com/hatamiarash7/blockchain","last_synced_at":"2025-10-28T03:30:29.891Z","repository":{"id":40480858,"uuid":"133767031","full_name":"hatamiarash7/Blockchain","owner":"hatamiarash7","description":"My Personal BlockChain","archived":false,"fork":false,"pushed_at":"2024-12-12T17:58:05.000Z","size":73,"stargazers_count":1,"open_issues_count":17,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-20T09:10:31.751Z","etag":null,"topics":["blockchain","blockchain-demos","blockchain-technology","flask","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hatamiarash7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-17T06:11:04.000Z","updated_at":"2022-06-26T14:12:24.000Z","dependencies_parsed_at":"2024-02-06T02:40:22.060Z","dependency_job_id":"bed1cec6-7762-49a3-8a43-620e6fded66d","html_url":"https://github.com/hatamiarash7/Blockchain","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FBlockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FBlockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FBlockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FBlockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatamiarash7","download_url":"https://codeload.github.com/hatamiarash7/Blockchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238586832,"owners_count":19496744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","blockchain-demos","blockchain-technology","flask","python"],"created_at":"2024-10-02T16:40:19.224Z","updated_at":"2025-10-28T03:30:29.587Z","avatar_url":"https://github.com/hatamiarash7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Personal Blockchain\n\n[![Build Status](https://travis-ci.org/hatamiarash7/Blockchain.svg?branch=master)](https://travis-ci.org/hatamiarash7/Blockchain) \n\n## Installation\n\n1. Make sure [Python 3.6+](https://www.python.org/downloads/) is installed. \n2. Install [pipenv](https://github.com/kennethreitz/pipenv). \n\n```\n$ pip install pipenv \n```\n\n3. Create a _virtual environment_ and specify the Python version to use. \n\n```\n$ pipenv --python=python3.6\n```\n\n4. Install requirements.  \n\n```\n$ pipenv install \n``` \n\n5. Run the server:\n    * `$ pipenv run python blockchain.py` \n    * `$ pipenv run python blockchain.py -p 5001`\n    * `$ pipenv run python blockchain.py --port 5002`\n    \n## Docker\n\nAnother option for running this blockchain program is to use Docker.  Follow the instructions below to create a local Docker container:\n\n1. Clone this repository\n2. Build the docker container\n\n```\n$ docker build -t blockchain .\n```\n\n3. Run the container\n\n```\n$ docker run --rm -p 80:5000 blockchain\n```\n\n4. To add more instances, vary the public port number before the colon:\n\n```\n$ docker run --rm -p 81:5000 blockchain\n$ docker run --rm -p 82:5000 blockchain\n$ docker run --rm -p 83:5000 blockchain\n```\n\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatamiarash7%2Fblockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatamiarash7%2Fblockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatamiarash7%2Fblockchain/lists"}