Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Consensys/orion
Orion is a PegaSys component for doing private transactions
https://github.com/Consensys/orion
Last synced: about 2 months ago
JSON representation
Orion is a PegaSys component for doing private transactions
- Host: GitHub
- URL: https://github.com/Consensys/orion
- Owner: Consensys
- License: apache-2.0
- Archived: true
- Created: 2017-11-13T23:49:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T22:14:17.000Z (about 3 years ago)
- Last Synced: 2024-05-19T00:45:48.333Z (8 months ago)
- Language: Java
- Homepage: https://docs.orion.consensys.net/
- Size: 4.74 MB
- Stars: 92
- Watchers: 44
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
- DeFi-Developer-Road-Map - Orion - Component for performing private transactions by PegaSys (Roadmap)
README
# Orion
[![CircleCI](https://circleci.com/gh/ConsenSys/orion.svg?style=svg&circle-token=5f92fd966a971e60e57f53f2257fe5dda0fcf52c)](https://circleci.com/gh/ConsenSys/orion)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/PegasysEng/pantheon/blob/master/LICENSE)Orion is an Apache 2.0 licensed, private transaction manager.
## ⚠️ Project Deprecation ⚠️
Now that all primary Orion functionality has been merged into Tessera, Orion is being deprecated.
We encourage all users with active projects to use the provided migration instructions,
documented [here](https://docs.orion.consensys.net/en/latest/Tutorials/Migrating-from-Orion-to-Tessera/).We will continue to support Orion users until 30th November 2021. If you have any questions or
concerns, please reach out to the ConsenSys protocol engineering team in the
[#orion channel on Discord](https://discord.gg/hYpHRjK) or by [email](mailto:[email protected]).## Issues
See our [contribution guidelines](CONTRIBUTING.md) for details on searching and creating issues.
If you've commented on existing issue and have been waiting for a reply, feel free to ping us on [Discord](https://discord.gg/n8m22JK).
## Chat
Come and join us in the Orion channel on Discord - here's an [invite](https://discord.gg/n8m22JK).
## Orion Users
See our [User Documentation](https://docs.orion.consensys.net/en/latest/).
## Orion Developers
* [Contribution Guidelines](CONTRIBUTING.md)
* [Coding Conventions](CODING-CONVENTIONS.md)
* [User Documentation](https://docs.orion.consensys.net/en/latest/)### Development
Instructions for how to get started with developing on the Orion codebase. Please also read the
[contribution guidelines](CONTRIBUTING.md) for more detail on how to submit a pull request (PR).* [Machine Setup](docs/development/machine_setup.md)
* [Oracle Maven Repo Credentials for JDBC Driver](docs/development/oracle_jdbc.md)
* [Checking Out and Building](docs/development/building.md)
* [Running Developer Builds](documentation/development/running_developer_builds.md)
* [Code Coverage](docs/development/code-coverage.md)## Running Orion on Docker
* [Running on Docker](docs/development/docker.md)