{"id":20084288,"url":"https://github.com/lucas54neves/crypto-address-generator","last_synced_at":"2026-04-15T10:31:56.559Z","repository":{"id":105530653,"uuid":"551668202","full_name":"lucas54neves/crypto-address-generator","owner":"lucas54neves","description":"Crypto address generator","archived":false,"fork":false,"pushed_at":"2022-10-18T02:42:28.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-02T14:23:12.951Z","etag":null,"topics":["bitcoin","cryptocurrency","ethereum","flask","python","sonarcloud"],"latest_commit_sha":null,"homepage":"","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/lucas54neves.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}},"created_at":"2022-10-14T21:15:54.000Z","updated_at":"2022-10-18T02:43:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"db6aa813-ae14-4252-8cf5-e0da789b2676","html_url":"https://github.com/lucas54neves/crypto-address-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucas54neves/crypto-address-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas54neves%2Fcrypto-address-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas54neves%2Fcrypto-address-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas54neves%2Fcrypto-address-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas54neves%2Fcrypto-address-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucas54neves","download_url":"https://codeload.github.com/lucas54neves/crypto-address-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas54neves%2Fcrypto-address-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bitcoin","cryptocurrency","ethereum","flask","python","sonarcloud"],"created_at":"2024-11-13T15:51:23.051Z","updated_at":"2026-04-15T10:31:56.538Z","avatar_url":"https://github.com/lucas54neves.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crypto-address-generator\n\n## How to run\n\n### Create virtual environment.\n\n```\npython3 -m venv venv\n```\n\n### Install packages\n\n```\nsource venv/bin/active\npip install -r requirements.txt\n```\n\n### Run API\n\n```\nsource venv/bin/active\npython src/app.py\n```\n\n## SonarCloud and CI\n\nSonarCloud was used as a code quality control tool. It generates a report on the code quality.\n\nProject url: https://sonarcloud.io/project/overview?id=lucas54neves_crypto-address-generator\n\n## Endpoints\n\n### /\\\u003cstring:crypto\u003e/addresses\n\n#### Method GET\n\nReturn all address from a crypto.\n\n##### Example\n\nURL: http://127.0.0.1:5000/btc/addresses\n\nResponse:\n\n```\n{\n    \"addresses\": [\n        {\n            \"address_id\": 1,\n            \"crypto\": \"BTC\",\n            \"address\": \"e9bae7af89c6a7f73f4681ee054817c2f2871725\"\n        },\n        {\n            \"address_id\": 2,\n            \"crypto\": \"BTC\",\n            \"address\": \"76dc1f28806ef8bac63d90fc0fddbcdaa6fa6512\"\n        },\n        {\n            \"address_id\": 4,\n            \"crypto\": \"BTC\",\n            \"address\": \"1NjuKoant7tQ4maQUGTLjwmdVgaJjbL521\"\n        },\n        {\n            \"address_id\": 5,\n            \"crypto\": \"BTC\",\n            \"address\": \"1NjuKoant7tQ4maQUGTLjwmdVgaJjbL521\"\n        },\n        {\n            \"address_id\": 6,\n            \"crypto\": \"BTC\",\n            \"address\": \"1NjuKoant7tQ4maQUGTLjwmdVgaJjbL521\"\n        },\n        {\n            \"address_id\": 7,\n            \"crypto\": \"BTC\",\n            \"address\": \"1NjuKoant7tQ4maQUGTLjwmdVgaJjbL521\"\n        }\n    ]\n}\n```\n\n#### Method POST\n\nGenerate a address.\n\n##### Example\n\nURL:\n\nRequest body:\n\n```\n{\n    \"private_key\": \"33353816f44447ede1a74fc278b9b4bda415218b86ffe8166b0cba65c1ee5510\"\n}\n```\n\nResponse:\n\n```\n{\n    \"address_id\": 13,\n    \"crypto\": \"ETC\",\n    \"address\": \"0xEDb515cf8a1A3E04db9fC08058770091fd4C13B7\"\n}\n```\n\n### /\\\u003cstring:crypto\u003e/address/\u003cstring:address_id\u003e\n\n#### Method GET\n\nReturn a address by address id\n\n#### Example\n\nURL: http://127.0.0.1:5000/btc/address/1\n\nResponse:\n\n```\n{\n    \"address_id\": 1,\n    \"crypto\": \"BTC\",\n    \"address\": \"e9bae7af89c6a7f73f4681ee054817c2f2871725\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas54neves%2Fcrypto-address-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucas54neves%2Fcrypto-address-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas54neves%2Fcrypto-address-generator/lists"}