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
Currently the 2 templates: hyperweb and chain-admin are not interoperable.
We would need to figure out a way in which we can intergrate the hyperweb template with the chain-admin template.
Proposal
2 templates:
hyperweb: as is, used for contract devs without a frontend
hyperweb-app: should have hyperweb for contract development, but have an integrated UI for testing and development.
Alternative: Integrate hyperweb and chain-admin with lerna workspace
Be able to have a ui package on the hyperweb template that is able to load contract from dist of hyperweb contracts.
Overview
Currently the 2 templates: hyperweb and chain-admin are not interoperable.
We would need to figure out a way in which we can intergrate the hyperweb template with the chain-admin template.
Proposal
2 templates:
Alternative: Integrate hyperweb and chain-admin with lerna workspace
Be able to have a
ui
package on the hyperweb template that is able to load contract fromdist
of hyperweb contracts.CC: @pyramation how to best figure this out?
The text was updated successfully, but these errors were encountered: