You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have a coherent design for communications between multiple ag-solos and a sim-chain. This lies somewhere on the spectrum of solo-to-chain and solo-to-solo, so we should consider how we want to express that spectrum. Then, we should pick the simplest thing that could work.
Description of the Design
We prefer to in order to make agoric start behave similarly to the current state (but actually starting two processes under the hood that communicate over a localhost TCP port). Then agoric start dev-client 8001 would add another solo client to the same sim-chain, so that we can have an arbitrary number of solo clients for the same sim-chain.
Security Considerations
Test Plan
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
We want to have a coherent design for communications between multiple
ag-solo
s and a sim-chain. This lies somewhere on the spectrum of solo-to-chain and solo-to-solo, so we should consider how we want to express that spectrum. Then, we should pick the simplest thing that could work.Description of the Design
We prefer to in order to make
agoric start
behave similarly to the current state (but actually starting two processes under the hood that communicate over a localhost TCP port). Thenagoric start dev-client 8001
would add another solo client to the same sim-chain, so that we can have an arbitrary number of solo clients for the same sim-chain.Security Considerations
Test Plan
The text was updated successfully, but these errors were encountered: