Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turbofish-org/orga
State machine engine
https://github.com/turbofish-org/orga
Last synced: 3 months ago
JSON representation
State machine engine
- Host: GitHub
- URL: https://github.com/turbofish-org/orga
- Owner: turbofish-org
- License: apache-2.0
- Created: 2019-10-11T02:09:12.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-14T05:27:19.000Z (5 months ago)
- Last Synced: 2024-08-16T17:10:46.217Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 2.46 MB
- Stars: 142
- Watchers: 8
- Forks: 19
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - turbofish-org/orga - Deterministic state machine engine written in Rust (Rust)
README
*Deterministic state machine engine written in Rust*
![CI](https://github.com/turbofish-org/orga/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/turbofish-org/orga/branch/develop/graph/badge.svg?token=ZYA7B56825)](https://codecov.io/gh/turbofish-org/orga)
[![Crate](https://img.shields.io/crates/v/orga.svg)](https://crates.io/crates/orga)
[![API](https://docs.rs/orga/badge.svg)](https://docs.rs/orga)Orga is a stack for building blockchain applications powered by [CometBFT](https://github.com/cometbft/cometbft) consensus. [Learn more about Orga.](https://turbofish.org/blog/orga)
## Usage
Orga is currently used by [Nomic](https://github.com/nomic-io/nomic), a blockchain powering decentralized custody of Bitcoin. Documentation for additional usage is coming soon.
## Contributing
Orga is an open-source project spearheaded by Turbofish. Anyone is able to contribute to Orga via GitHub.
[Contribute to Orga](https://github.com/turbofish-org/orga/contribute)
## Security
Orga is currently undergoing security audits.
Vulnerabilities should not be reported through public channels, including GitHub Issues. You can report a vulnerability via GitHub's Private Vulnerability Reporting or to Turbofish at `[email protected]`.
[Report a Vulnerability](https://github.com/turbofish-org/orga/security/advisories/new)
## License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use the files in this repository except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
---
Copyright © 2024 Turbofish, Inc.