Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sedaprotocol/seda-chain
SEDA chain network
https://github.com/sedaprotocol/seda-chain
Last synced: 3 months ago
JSON representation
SEDA chain network
- Host: GitHub
- URL: https://github.com/sedaprotocol/seda-chain
- Owner: sedaprotocol
- License: gpl-3.0
- Created: 2023-05-31T07:58:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:25:00.000Z (3 months ago)
- Last Synced: 2024-11-04T15:31:07.627Z (3 months ago)
- Language: Go
- Homepage:
- Size: 37.2 MB
- Stars: 18
- Watchers: 8
- Forks: 9
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ccamel - sedaprotocol/seda-chain - SEDA chain network (Go)
README
SEDA Chain[![GitHub Stars][github-stars-badge]](https://github.com/sedaprotocol/seda-chain)
[![GitHub Contributors][github-contributors-badge]](https://github.com/sedaprotocol/seda-chain/graphs/contributors)
[![Discord chat][discord-badge]][discord-url]
[![Twitter][twitter-badge]][twitter-url][actions-url]: https://github.com/sedaprotocol/seda-chain/actions/workflows/push.yml+branch%3Amain
[github-stars-badge]: https://img.shields.io/github/stars/sedaprotocol/seda-chain.svg?style=flat-square&label=github%20stars
[github-contributors-badge]: https://img.shields.io/github/contributors/sedaprotocol/seda-chain.svg?style=flat-square
[discord-badge]: https://img.shields.io/discord/500028886025895936.svg?logo=discord&style=flat-square
[discord-url]: https://discord.gg/seda
[twitter-badge]: https://img.shields.io/twitter/url/https/twitter.com/SedaProtocol.svg?style=social&label=Follow%20%40SedaProtocol
[twitter-url]: https://twitter.com/SedaProtocol[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).
To learn about SEDA protocol, please visit [docs.seda.xyz](https://docs.seda.xyz).
To learn how to build a local version, please read [developing](DEVELOPING.md).
To learn how to contribute, please read [contributing](CONTRIBUTING.md).## Installation
### System Requirements
The current minimal system requirements are as follows and may be subject to change based on future improvements:
- Quad Core or larger AMD or Intel (amd64) CPU
- ARM CPUs (e.g., Apple M1) are discouraged at this time
- 32GB RAM (with ample swap space)
- 1TB SSD Storage
- 100MBPS bidirectional internet connectionRunning SEDA on lower-spec hardware is feasible, but you may encounter potential performance issues or an increased risk of crashes.
### Download From Releases
Download from our Github releases [page](https://github.com/sedaprotocol/seda-chain/releases).
### Build From Source
Note 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`.
For instructions on how to build, please refer to [developing](DEVELOPING.md).## Documentation
For techinical guides and documentation, please visit [SEDA Documentation website](https://docs.seda.xyz/home).
## License
Contents of this repository are open source under [GNU General Public License v3.0](LICENSE).