{"id":16694010,"url":"https://github.com/myl7/pbft","last_synced_at":"2025-06-14T09:33:43.349Z","repository":{"id":52306580,"uuid":"520898664","full_name":"myl7/pbft","owner":"myl7","description":"PBFT (Practical Byzantine fault tolerance) implementation focused on composability","archived":false,"fork":false,"pushed_at":"2025-04-29T08:36:08.000Z","size":73,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T07:39:57.744Z","etag":null,"topics":["bft","blockchain","pbft"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myl7.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":"2022-08-03T13:47:10.000Z","updated_at":"2025-04-29T08:35:55.000Z","dependencies_parsed_at":"2023-12-19T12:00:49.969Z","dependency_job_id":"c1dcc040-a77c-4100-a110-85c8eae7c898","html_url":"https://github.com/myl7/pbft","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"808ff97e64337b5369fc8985f061e35d01f1ee19"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/myl7/pbft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myl7%2Fpbft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myl7%2Fpbft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myl7%2Fpbft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myl7%2Fpbft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myl7","download_url":"https://codeload.github.com/myl7/pbft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myl7%2Fpbft/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259794555,"owners_count":22912384,"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","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":["bft","blockchain","pbft"],"created_at":"2024-10-12T16:43:27.083Z","updated_at":"2025-06-14T09:33:43.327Z","avatar_url":"https://github.com/myl7.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# myl7/pbft\n\nPBFT (Practical Byzantine Fault Tolerance) implementation focused on composability\n\nThe project is aimed for academic use currently.\nIt may consider production use as a long-term goal, but not now.\n\n## Getting Started\n\nAll required interfaces are in the [`traits.go`](traits.go) file.\nAll you need to do is to implement all (public) interfaces, then pass them to `NewNode` function to initialize a `Node`, and finally pass received PBFT messages from the network to `Node` respective `Handle*` methods.\n\n## Features\n\n- Basic PBFT (request, preprepare, prepare, commit, reply)\n- Custom KV storage backend\n- Custom network communication\n- Custom state machine, to fit whatever you want to do\n\n## Caveats\n\n- No checkpoint\n- No view change\n- Some ignored (so) edge cases. Search `TODO` comments in the code for details.\n- NO READY FOR PRODUCTION USE, yet. Please only use it for academic purposes currently.\n\n## License\n\nCopyright (C) 2022 myl7\n\nSPDX-License-Identifier: Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyl7%2Fpbft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyl7%2Fpbft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyl7%2Fpbft/lists"}