{"id":21658146,"url":"https://github.com/centrifuge/pod","last_synced_at":"2026-01-11T23:03:58.849Z","repository":{"id":33397432,"uuid":"117913195","full_name":"centrifuge/pod","owner":"centrifuge","description":"Go implementation of Centrifuge POD (Private Off-chain Data) node","archived":false,"fork":false,"pushed_at":"2024-04-10T15:26:32.000Z","size":18995,"stargazers_count":78,"open_issues_count":74,"forks_count":35,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-12-25T20:59:06.231Z","etag":null,"topics":["centrifuge","ethereum","fintech","golang","supply-chain"],"latest_commit_sha":null,"homepage":"https://docs.centrifuge.io/build/p2p-node/","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/centrifuge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-01-18T01:11:23.000Z","updated_at":"2025-07-26T07:31:03.000Z","dependencies_parsed_at":"2024-06-20T14:11:43.648Z","dependency_job_id":null,"html_url":"https://github.com/centrifuge/pod","commit_stats":null,"previous_names":["centrifuge/go-centrifuge","centrifugeinc/go-centrifuge"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/centrifuge/pod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centrifuge%2Fpod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centrifuge%2Fpod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centrifuge%2Fpod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centrifuge%2Fpod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/centrifuge","download_url":"https://codeload.github.com/centrifuge/pod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centrifuge%2Fpod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"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":["centrifuge","ethereum","fintech","golang","supply-chain"],"created_at":"2024-11-25T09:28:46.103Z","updated_at":"2026-01-11T23:03:58.817Z","avatar_url":"https://github.com/centrifuge.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Centrifuge POD (P2P Node)\n\n[![Tests](https://github.com/centrifuge/pod/actions/workflows/tests.yml/badge.svg?branch=develop)](https://github.com/centrifuge/pod/actions/workflows/tests.yml)\n[![GoDoc Reference](https://godoc.org/github.com/centrifuge/pod?status.svg)](https://godoc.org/github.com/centrifuge/pod)\n[![codecov](https://codecov.io/gh/centrifuge/pod/branch/main/graph/badge.svg)](https://codecov.io/gh/centrifuge/pod)\n[![Go Report Card](https://goreportcard.com/badge/github.com/centrifuge/pod)](https://goreportcard.com/report/github.com/centrifuge/pod)\n\nThis repository contains the Go implementation of the Centrifuge POD (Private Off-chain Data) protocol. It connects to other nodes via libp2p and uses [Centrifuge Chain](https://github.com/centrifuge/centrifuge-chain) for on-chain interactions.\n\n**Getting help:** Head over to our documentation at [docs.centrifuge.io](http://docs.centrifuge.io) to learn how to setup a node and interact with it. If you have any questions, feel free to join our [discord](https://centrifuge.io/discord)\n\n## Pre-requisites\n- Go \u003e= 1.18.x\n- Node: 10.15.1\n- Npm: 6.xx\n- Truffle 5.1.29\n- jq(https://stedolan.github.io/jq/)\n- flock\n\n## Fetch dependencies\nTo fetch the dependencies, run `make install-deps`.\n\n## Install Node\nTo install, run `make install` will compile project to binary `centrifuge` and be placed under `GOBIN`.\n\nEnsure `GOBIN` is under `PATH` to call the binary globally.\n\n## Running tests\nThere 4 different flavours of tests in the project\n- Unit tests(unit)\n- Integration tests(integration)\n- Environment tests(testworld): spins up multiple PODs and local ethereum and centrifuge chains\n\nTo run all the tests:\n- `make run-unit-tests`\n- `make run-integration-tests`\n- `make run-testworld-tests`\n\n## Deploying locally\nIf you like to deploy all the dependencies including node, please follow below steps\n\n### Create config file and Start centrifuge node locally:\nTo start centrifuge node locally, follow the steps below:\n- Start the local test environment\n- Run `make start-local-node`\n  - This will start a local centrifuge node and create a config if not present already\n  - The default config file will be placed under `~/centrifuge/testing`.\n  - If you like to recreate config, then run `recreate_config=true make start-local-node`\n\n## API definitions\nNode APIs are published to swagger hub.\nFor the latest APIs, please see here: [APIs](https://app.swaggerhub.com/apis/centrifuge.io/cent-node/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentrifuge%2Fpod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcentrifuge%2Fpod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentrifuge%2Fpod/lists"}