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
There remains ui-components and web-components which weren't moved at the time because they need tooling to publish to NPM. agoric-sdk has all that built in but moving them out will require setting that up in another repo.
What is the Problem Being Solved?
UI development has different tooling and release requirements than the rest of agoric-sdk. https://github.com/Agoric/wallet-app/ was removed in #6511
There remains
ui-components
andweb-components
which weren't moved at the time because they need tooling to publish to NPM. agoric-sdk has all that built in but moving them out will require setting that up in another repo.Related issues: #2320
Description of the Design
Start a new repo for client code that is used in UIs. No changes could break anything server-side so it would have much faster testing.
Migrate these packages to it,
@agoric/ui-components
@agoric/web-components
does it include CLI as well as GUI?
@agoric/agoric-cli
DECISION: no, that's too useful rn to agoric-sdk testing.
Security Considerations
Test Plan
New repo is https://github.com/Agoric/ui-kit
Tasks
The text was updated successfully, but these errors were encountered: