An open API service indexing awesome lists of open source software.

https://github.com/hiero-ledger/hiero-consensus-node

Crypto, token, consensus, file, and smart contract services for a Hiero based network
https://github.com/hiero-ledger/hiero-consensus-node

hacktoberfest

Last synced: 4 months ago
JSON representation

Crypto, token, consensus, file, and smart contract services for a Hiero based network

Awesome Lists containing this project

README

          

[![Node: Build Application](https://github.com/hashgraph/hedera-services/actions/workflows/node-flow-build-application.yaml/badge.svg)](https://github.com/hashgraph/hedera-services/actions/workflows/node-flow-build-application.yaml)
[![Artifact Determinism](https://github.com/hashgraph/hedera-services/actions/workflows/flow-artifact-determinism.yaml/badge.svg)](https://github.com/hashgraph/hedera-services/actions/workflows/flow-artifact-determinism.yaml)
[![Node: Performance Tests](https://github.com/hashgraph/hedera-services/actions/workflows/flow-node-performance-tests.yaml/badge.svg)](https://github.com/hashgraph/hedera-services/actions/workflows/flow-node-performance-tests.yaml)

[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/hiero-ledger/hiero-consensus-node/badge)](https://scorecard.dev/viewer/?uri=github.com/hiero-ledger/hiero-consensus-node)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/10697/badge)](https://bestpractices.coreinfrastructure.org/projects/10697)
[![codecov](https://codecov.io/gh/hashgraph/hedera-services/graph/badge.svg?token=ZPMV8C93DV)](https://codecov.io/gh/hashgraph/hedera-services)
[![Latest Version](https://img.shields.io/github/v/tag/hashgraph/hedera-services?sort=semver&label=version)](README.md)
[![Made With](https://img.shields.io/badge/made_with-java-blue)](https://github.com/hashgraph/hedera-services/)
[![Development Branch](https://img.shields.io/badge/docs-quickstart-green.svg)](docs/gradle-quickstart.md)
[![License](https://img.shields.io/badge/license-apache2-blue.svg)](LICENSE)

# Hedera Services

Implementation of the Platform and the
[services offered](https://github.com/hashgraph/hedera-protobufs) by nodes in the
[Hedera public network](https://hedera.com).

## Overview of child modules

- _platform-sdk/_ - the basic Platform – [documentation](platform-sdk/docs/platformWiki.md)
- _hedera-node/_ - implementation of Hedera services on the Platform –
[documentation](hedera-node/docs/)

## Getting Started

Refer to the [Hedera Architecture and Design](hedera-node/docs/design/design.md) for an architectural overview of the
Hedera Services project.

Refer to the [Quickstart Guide](docs/README.md) for how to work with this project.

## Solidity

Hedera Contracts support `pragma solidity <=0.8.9`.

## Support

If you have a question on how to use the product, please see our
[support guide](https://github.com/hashgraph/.github/blob/main/SUPPORT.md).

## Contributing

Contributions are welcome. Please see the
[contributing guide](https://github.com/hashgraph/.github/blob/main/CONTRIBUTING.md) to see how you
can get involved.

## Code of Conduct

This project is governed by the
[Contributor Covenant Code of Conduct](https://github.com/hashgraph/.github/blob/main/CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code of conduct.

## License

[Apache License 2.0](LICENSE)