hedera-local-node icon indicating copy to clipboard operation
hedera-local-node copied to clipboard

Add documentation around customization of system components

Open Nana-EC opened this issue 10 months ago • 0 comments

Problem

Currently local node utilizes default configurations of the sub systems (consensus node, mirror node importer/rest/grpc or relay) components and it's unclear how a developer might tweak these values for experiementation

Solution

Add a custom-sub-system-configs.md README that shows how to modify default values of each system and load it into docker compose setup for use

  • [ ] consensus node (Services changes)
  • [ ] consensus node (Platform changes)
  • [ ] mirror node (importer changes)
  • [ ] mirror node (rest API changes)
  • [ ] mirror node (gRPC API changes)
  • [ ] mirror node (relay HTTP changes)
  • [ ] mirror node (relay WS changes)
  • [ ] mirror node explorer

Alternatives

No response

Nana-EC avatar Apr 19 '24 22:04 Nana-EC