{"id":13564606,"url":"https://github.com/sedaprotocol/seda-chain","last_synced_at":"2026-01-12T02:41:00.820Z","repository":{"id":188890268,"uuid":"647638540","full_name":"sedaprotocol/seda-chain","owner":"sedaprotocol","description":"SEDA chain network","archived":false,"fork":false,"pushed_at":"2025-04-03T16:29:08.000Z","size":40814,"stargazers_count":21,"open_issues_count":15,"forks_count":13,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-03T17:32:56.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sedaprotocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-31T07:58:33.000Z","updated_at":"2025-03-04T14:43:48.000Z","dependencies_parsed_at":"2023-08-17T10:54:34.500Z","dependency_job_id":"af888992-0a86-4b8a-9dfe-1160bbf3644b","html_url":"https://github.com/sedaprotocol/seda-chain","commit_stats":null,"previous_names":["sedaprotocol/seda-chain"],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedaprotocol%2Fseda-chain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedaprotocol%2Fseda-chain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedaprotocol%2Fseda-chain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedaprotocol%2Fseda-chain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sedaprotocol","download_url":"https://codeload.github.com/sedaprotocol/seda-chain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247083198,"owners_count":20880794,"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":[],"created_at":"2024-08-01T13:01:33.560Z","updated_at":"2026-01-12T02:41:00.808Z","avatar_url":"https://github.com/sedaprotocol.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://seda.xyz/\"\u003e\n    \u003cimg width=\"90%\" alt=\"seda-chain\" src=\"https://raw.githubusercontent.com/sedaprotocol/.github/refs/heads/main/images/banner.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  SEDA Chain\n\u003c/h1\u003e\n\n\u003c!-- The line below is for once the repo has CI to show build status. --\u003e\n\u003c!-- [![Build Status][actions-badge]][actions-url] --\u003e\n[![GitHub Stars][github-stars-badge]](https://github.com/sedaprotocol/seda-chain)\n[![GitHub Contributors][github-contributors-badge]](https://github.com/sedaprotocol/seda-chain/graphs/contributors)\n[![Discord chat][discord-badge]][discord-url]\n[![Twitter][twitter-badge]][twitter-url]\n\n\u003c!-- The line below is for once the repo has CI to show build status. --\u003e\n\u003c!-- [actions-badge]: https://github.com/sedaprotocol/seda-chain/actions/workflows/push.yml/badge.svg --\u003e\n[actions-url]: https://github.com/sedaprotocol/seda-chain/actions/workflows/push.yml+branch%3Amain\n[github-stars-badge]: https://img.shields.io/github/stars/sedaprotocol/seda-chain.svg?style=flat-square\u0026label=github%20stars\n[github-contributors-badge]: https://img.shields.io/github/contributors/sedaprotocol/seda-chain.svg?style=flat-square\n[discord-badge]: https://img.shields.io/discord/500028886025895936.svg?logo=discord\u0026style=flat-square\n[discord-url]: https://discord.gg/seda\n[twitter-badge]: https://img.shields.io/twitter/url/https/twitter.com/SedaProtocol.svg?style=social\u0026label=Follow%20%40SedaProtocol\n[twitter-url]: https://twitter.com/SedaProtocol\n\n[SEDA](https://seda.xyz) is an open-source data transmission and computation network that enables a permissionless environment for developers to deploy data feeds. It is built on top of [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) and [CosmWasm](https://github.com/CosmWasm/wasmd).\n\nTo learn about SEDA protocol, please visit [docs.seda.xyz](https://docs.seda.xyz).\u003cbr\u003e\nTo learn how to build a local version, please read [developing](DEVELOPING.md).\u003cbr\u003e\nTo learn how to contribute, please read [contributing](CONTRIBUTING.md).\n\n## Installation\n\n### System Requirements\n\nThe current minimal system requirements are as follows and may be subject to change based on future improvements:\n\n - Quad Core or larger AMD or Intel (amd64) CPU\n   - ARM CPUs (e.g., Apple M1) are discouraged at this time\n - 32GB RAM (with ample swap space)\n - 1TB SSD Storage\n - 100MBPS bidirectional internet connection\n\nRunning SEDA on lower-spec hardware is feasible, but you may encounter potential performance issues or an increased risk of crashes.\n\n### Download From Releases\n\nDownload from our Github releases [page](https://github.com/sedaprotocol/seda-chain/releases).\n\n### Build From Source\n\nNote that the `main` branch is under development and might not always be stable. For a stable version, consider checking out a released tag using `git checkout`.\nFor instructions on how to build, please refer to [developing](DEVELOPING.md).\n\n## Documentation\n\nFor techinical guides and documentation, please visit [SEDA Documentation website](https://docs.seda.xyz/home).\n\n## License\n\nContents of this repository are open source under [GNU General Public License v3.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsedaprotocol%2Fseda-chain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsedaprotocol%2Fseda-chain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsedaprotocol%2Fseda-chain/lists"}