Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/postech-dao/simperby
The ultimate BFT blockchain engine for decentralized organizations with powerful trustless interoperability.
https://github.com/postech-dao/simperby
blockchain consensus distributed-systems git network protocol rust
Last synced: 5 days ago
JSON representation
The ultimate BFT blockchain engine for decentralized organizations with powerful trustless interoperability.
- Host: GitHub
- URL: https://github.com/postech-dao/simperby
- Owner: postech-dao
- License: mit
- Created: 2022-06-30T13:37:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T15:49:07.000Z (about 1 year ago)
- Last Synced: 2024-12-16T04:07:40.300Z (12 days ago)
- Topics: blockchain, consensus, distributed-systems, git, network, protocol, rust
- Language: Rust
- Homepage:
- Size: 1.86 MB
- Stars: 72
- Watchers: 1
- Forks: 38
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Governance: governance/Cargo.toml
Awesome Lists containing this project
README
# Simperby
[![Discord][discord-image]][discord-link]
[![Contributors][contributors-image]][contributors-link]
[![License][license-image]][license-link]
[![Twitter][twitter-image]][twitter-link][discord-image]: https://img.shields.io/discord/941206496203669545
[discord-link]: https://discord.gg/tf9v5hHpzW
[contributors-image]: https://img.shields.io/github/contributors/postech-dao/simperby
[contributors-link]: https://github.com/postech-dao/simperby/graphs/contributors
[license-image]: https://img.shields.io/github/license/postech-dao/simperby
[license-link]: https://github.com/postech-dao/simperby/blob/main/LICENSE
[twitter-image]: https://img.shields.io/twitter/follow/postech_dao?style=social
[twitter-link]: https://twitter.com/postech_daoThe ultimate BFT blockchain engine for decentralized organizations with powerful
trustless interoperability.## Documentations
### Summary
- **READ THIS FIRST (developers):** [Simperby Super Simple Summary](docs/ssss.md)
- **READ THIS FIRST (business):** [Simperby Business Deck](https://docs.google.com/presentation/d/1ahlUIhArbAoeqPamxgFvmQUEBFOIWzwIWIsY95AGn6Y/edit?usp=sharing)### Introduction
- [Why DAO? (WIP)](docs/dao.md)
- [Simperby: the DAO Spaceship for Multichain Journey](docs/multichain.md)
- [Simperby: Comparison to other DAO Solutions (WIP)](docs/comparison.md)
- [Simperby FAQ (WIP)](docs/faq.md)### Technology
- [Protocol Overview](docs/protocol_overview.md)
- [Simperby: the Git-based Blockchain](docs/git.md)
- [Vetomint: the BFT Consensus Protocol for Simperby](docs/vetomint.md)### Development
- [Simperby Development Guide](docs/dev.md)
- [Rust SDK (WIP)](./README.md)
- [Good First Issues](https://github.com/postech-dao/simperby/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)### User Manual
- [Simperby User Manual (WIP)](docs/manual.md)
## License
This project is licensed under the [MIT license](./LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Simperby by you, shall be licensed as MIT, without any
additional terms or conditions.