hedera-local-node
hedera-local-node copied to clipboard
Add documentation around customization of system components
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