{"id":26954877,"url":"https://github.com/adudko/blockchain-cryptocurrency","last_synced_at":"2026-05-04T00:33:21.391Z","repository":{"id":282786225,"uuid":"933931355","full_name":"aDudko/blockchain-cryptocurrency","owner":"aDudko","description":"A basic implementation of a blockchain and cryptocurrency application","archived":false,"fork":false,"pushed_at":"2025-03-22T19:50:56.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T21:32:20.426Z","etag":null,"topics":["blockchain-platform","blockchain-technology","docker-compose","docker-images","dockerfile","example-app","flask","network","restful-api","vite","vue3"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/anatolydudko/blockchain-cryptocurrency","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aDudko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-02-17T01:42:33.000Z","updated_at":"2025-03-22T19:50:59.000Z","dependencies_parsed_at":"2025-07-13T21:20:55.836Z","dependency_job_id":"351ab010-a96c-4054-a64b-cd4104b6bc6b","html_url":"https://github.com/aDudko/blockchain-cryptocurrency","commit_stats":null,"previous_names":["adudko/blockchain-cryptocurrency"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aDudko/blockchain-cryptocurrency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aDudko%2Fblockchain-cryptocurrency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aDudko%2Fblockchain-cryptocurrency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aDudko%2Fblockchain-cryptocurrency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aDudko%2Fblockchain-cryptocurrency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aDudko","download_url":"https://codeload.github.com/aDudko/blockchain-cryptocurrency/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aDudko%2Fblockchain-cryptocurrency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274123843,"owners_count":25226215,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-platform","blockchain-technology","docker-compose","docker-images","dockerfile","example-app","flask","network","restful-api","vite","vue3"],"created_at":"2025-04-03T02:19:50.753Z","updated_at":"2025-10-29T14:42:37.877Z","avatar_url":"https://github.com/aDudko.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain Cryptocurrency\n\n**A basic implementation of a blockchain and cryptocurrency application**\n\n## Technologies\n\n- `Python` - version 3.12\n- `pycryptodomex` - crypto\n- `requests` - connection between network nodes\n- `Flask` for API\n- `Vue3`: SPA frontend on `Vite`\n- `Docker` - containerization\n- `Docker-Compose` - infrastructure for network\n- `Blockchain` - core blockchain and transaction logic\n\n## Structure of the project\n\n```\nblockchain-cryptocurrency/\n├── app.py                 # Flask API\n├── compose.yml            # Docker Compose\n├── Dockerfile             # Docker config\n├── src/                   # Blockchain logic\n|   ├── utils              # Helpers\n│   ├── block.py\n│   ├── blockchain.py\n│   ├── transaction.py\n│   ├── wallet.py\n│   └── __init__.py\n└── templates/             # Vue frontend\n    ├── src/\n    │   ├── components/\n    │   ├── assets/\n    │   ├── main.js\n    │   ├── App.vue\n    │   └── style.css\n    ├── public/\n    ├── package.json\n    ├── vite.config.js\n    ├── index.html\n    └── .env\n```\n\n## Run in Docker\n\n```sh\ndocker-compose up --build\n```\n\nOpen in browser:\n\n```\nhttp://localhost:5001\nhttp://localhost:5002\nhttp://localhost:5003\n```\n\n### Author:\n\nAnatoly Dudko\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadudko%2Fblockchain-cryptocurrency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadudko%2Fblockchain-cryptocurrency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadudko%2Fblockchain-cryptocurrency/lists"}