Hedera Services
Implementation of the services offered by nodes in the Hedera public network, which is built on the Platform.
Overview of child modules
- hedera-node/ - implementation of Hedera services on the Platform.
- test-clients/ - clients and frameworks for end-to-end testing of Services.
- hapi-fees/ - libraries to estimate resource usage of Services operations.
- hapi-utils/ - deprecated libraries primarily involved in fee calculation.
JVM
OpenJDK12 is strongly recommended.
Solidity
Hedera Contracts support pragma solidity <=0.5.9
.
Docker Compose quickstart
The Docker quickstart covers how to start a local network of Hedera Services nodes using Docker Compose.
Developer IntelliJ quickstart
The IntelliJ quickstart covers how to start a local network of Hedera Services nodes from IntelliJ for testing and development.