Embeded View for Sentre Hub
npm install @sentre/embeded-viewWith regard to projects that has built by themselves on seperate domains, they can be integrated onto Sentre Hub by Embeded View. To fully work on Sentre Hub, the application also needs to natively support @sentre/connector.
``bash`
npm i @sentre/embeded-view
`ts
import EmbededView from '@sentre/embeded-view'
const YourSenhubDApp = () => {
return (
src="
title="
/>
)
}
``
You can find an example for the integration in https://github.com/DescartesNetwork/miniroyale-iframe.