Closed samsiegart closed 4 months ago
Just trying to understand the priority here, would this issue be part of this sprint?
@LuqiPan I don't think it's in scope for this sprint because the e2e testing will use some incoming work from the contractors. I'm sticking to the priorities of https://github.com/Agoric/agoric-sdk/issues/8893 and https://github.com/Agoric/agoric-sdk/issues/8933 (might decide to start on the example app along the way at some point, but not a priority currently)
Got it. I'll hit you up if I need some code examples then.
What is the Problem Being Solved?
For testability and local development, it would be beneficial to have an example app in
packages/react-components
that shows how to use the components and provides a basis for e2e testing.Description of the Design
Create an example react app in
packages/react-components/src/example
that can be bundled separately fromsrc/lib
.TODO integration testing details, pending contract work on dapp-offer-up.