{"id":18401387,"url":"https://github.com/dozyio/peer-id-generator","last_synced_at":"2026-04-29T19:32:34.208Z","repository":{"id":254432586,"uuid":"846517260","full_name":"dozyio/peer-id-generator","owner":"dozyio","description":"Generates a list of keypairs and peers id's - for use with libp2p","archived":false,"fork":false,"pushed_at":"2024-08-23T11:36:44.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T22:02:37.488Z","etag":null,"topics":["go","libp2p"],"latest_commit_sha":null,"homepage":"","language":"Go","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/dozyio.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":"2024-08-23T11:31:26.000Z","updated_at":"2024-08-23T11:38:06.000Z","dependencies_parsed_at":"2024-08-23T12:59:11.639Z","dependency_job_id":null,"html_url":"https://github.com/dozyio/peer-id-generator","commit_stats":null,"previous_names":["dozyio/peer-id-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dozyio/peer-id-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Fpeer-id-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Fpeer-id-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Fpeer-id-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Fpeer-id-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dozyio","download_url":"https://codeload.github.com/dozyio/peer-id-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dozyio%2Fpeer-id-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32440994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["go","libp2p"],"created_at":"2024-11-06T02:38:41.693Z","updated_at":"2026-04-29T19:32:34.192Z","avatar_url":"https://github.com/dozyio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Peer ID Generator\n\nGenerates private/public key pair and associated peer id for use with libp2p.\nUses Ed25519 keys.\nOutputs to json.\n\n## Usage\n\n```sh\ngo run . -c \u003cnumber of peers\u003e\n```\n\n## Example\n\n```sh\ngo run . -c 3\n```\n\n```json\n{\n  \"peers\": [\n    {\n      \"private_key\": \"080112405cebf3a51a9fb21cce71768b4ad4cc62e288abd43dea351d6480e0637228d5a0ecce5afb50dc611e18ec9b680e690b0199ef9e3941cc3d8a5c588110b3621aef\",\n      \"public_key\": \"08011220ecce5afb50dc611e18ec9b680e690b0199ef9e3941cc3d8a5c588110b3621aef\",\n      \"peer_id\": \"12D3KooWRkktQw7NTF1tWNdqzcDK6r9StRszP8tqD54Gid41ZY6J\"\n    },\n    {\n      \"private_key\": \"08011240d5a99110e399de10e2721c9ab70869924258a12b7331eb6a3571d6ffcd527474aa08c2bfa113fede23eab09bd0d8bf4c9ece7f12b642d98e9b7099cfccef60ae\",\n      \"public_key\": \"08011220aa08c2bfa113fede23eab09bd0d8bf4c9ece7f12b642d98e9b7099cfccef60ae\",\n      \"peer_id\": \"12D3KooWMG7E2jUSXH4N73qXN8bmt71xFD9af9SezxR5Wn3zp9MX\"\n    },\n    {\n      \"private_key\": \"080112405d14cb03ee5d5e2135294588e5dc8f460218375de1f5b69e63bb292c81c79eee25c69c9f57272340dcc8e08fa7a58a0b3b8b3acde6b6926f7899c7e4178e3178\",\n      \"public_key\": \"0801122025c69c9f57272340dcc8e08fa7a58a0b3b8b3acde6b6926f7899c7e4178e3178\",\n      \"peer_id\": \"12D3KooWCMpuZ7q2rzKW1mqAcQXw64178wfbSMBPHirM7Cae8fLB\"\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdozyio%2Fpeer-id-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdozyio%2Fpeer-id-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdozyio%2Fpeer-id-generator/lists"}