Start the live dev server with:
npm i
npm run devnpm run build
This UI is embedded in an iframe and can receive post messages using the JSON RPC 2.0 format.
iframe.postMessage(JSON.stringify({
method: 'setConfig',
params: {
config: {
rootURL: endpoint,
authToken: token,
upa: upa
}
}
}, '*'))The sketch service is a KBase dynamic service whose URL can be obtained through the "Service Wizard".
The relation engine API is at one of these URLs:
https://kbase.us/services/relation_engine_apihttps://appdev.kbase.us/services/relation_engine_apihttps://ci.kbase.us/services/relation_engine_api