{"id":19932423,"url":"https://github.com/apchavan/go-libp2p-tutorial","last_synced_at":"2026-06-10T17:31:45.279Z","repository":{"id":159784650,"uuid":"634861316","full_name":"apchavan/go-libp2p-tutorial","owner":"apchavan","description":"Official guide to run a go-libp2p node.","archived":false,"fork":false,"pushed_at":"2023-05-04T07:57:14.000Z","size":253,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T11:33:00.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/apchavan.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":"2023-05-01T11:56:43.000Z","updated_at":"2023-05-01T12:25:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"acc340bd-5a66-4997-ab58-2c6c66078e05","html_url":"https://github.com/apchavan/go-libp2p-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apchavan/go-libp2p-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-libp2p-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-libp2p-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-libp2p-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-libp2p-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apchavan","download_url":"https://codeload.github.com/apchavan/go-libp2p-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-libp2p-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34163253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":[],"created_at":"2024-11-12T23:10:06.297Z","updated_at":"2026-06-10T17:31:45.262Z","avatar_url":"https://github.com/apchavan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting started guide for `go-libp2p` node\n\n---\n\nThis repo contains source code example for running a simple node with [libp2p](https://libp2p.io/)'s [Go](https://go.dev/) implementation called [go-libp2p](https://github.com/libp2p/go-libp2p). The node can send and receive \"ping\" messages depending on how it started the execution.\n\n### Required commands:\n\n1. Build module:\n\n    Unix/Linux: `go build -o \u003cOUTPUT_BINARY_NAME\u003e`\n\n    or\n\n    Windows: `go build -o \u003cOUTPUT_BINARY_NAME\u003e.exe`\n\n2. Run listening node in one terminal:\n\n    Unix/Linux: `./OUTPUT_BINARY_NAME`\n\n    or\n\n    Windows: `OUTPUT_BINARY_NAME.exe`\n\n3. Ping listening node from another terminal using [multiaddress](https://docs.libp2p.io/concepts/fundamentals/addressing/) as command line argument:\n\n    Unix/Linux: `./OUTPUT_BINARY_NAME multiaddress`\n\n    or\n\n    Windows: `OUTPUT_BINARY_NAME.exe multiaddress`\n\n### Demo of build \u0026 execution:\n\n![Demo clip](demo_clip.gif)\n\n---\n\nOfficial reference guide: [Run a go-libp2p node](https://docs.libp2p.io/guides/getting-started/go/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapchavan%2Fgo-libp2p-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapchavan%2Fgo-libp2p-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapchavan%2Fgo-libp2p-tutorial/lists"}