Closed tinker-michaelj closed 3 months ago
We have three implementations of HederaNetwork:
HederaNetwork
RemoteNetwork
SubProcessNetwork
EmbeddedNetwork
And EmbeddedNetwork has two options for its embedded node: ConcurrentEmbeddedHedera or RepeatableEmbeddedHedera.
ConcurrentEmbeddedHedera
RepeatableEmbeddedHedera
There is some more context needed on why we have each of these configurations and where they are appropriate to use.
Update README.md to clarify this.
No response
Problem
We have three implementations of
HederaNetwork
:RemoteNetwork
SubProcessNetwork
EmbeddedNetwork
And
EmbeddedNetwork
has two options for its embedded node:ConcurrentEmbeddedHedera
orRepeatableEmbeddedHedera
.There is some more context needed on why we have each of these configurations and where they are appropriate to use.
Solution
Update README.md to clarify this.
Alternatives
No response