|
|
@ -233,9 +233,9 @@ Please make a backup of your contracts and start using http://remix.ethereum.org |
|
|
|
|
|
|
|
|
|
|
|
// APP_MANAGER
|
|
|
|
// APP_MANAGER
|
|
|
|
const appManager = new RemixAppManager({}) |
|
|
|
const appManager = new RemixAppManager({}) |
|
|
|
|
|
|
|
const workspace = appManager.pluginLoader.get() |
|
|
|
const engine = new Engine(appManager) |
|
|
|
const engine = new Engine(appManager) |
|
|
|
await engine.onload() |
|
|
|
await engine.onload() |
|
|
|
const workspace = appManager.pluginLoader.get() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// SERVICES
|
|
|
|
// SERVICES
|
|
|
|
// ----------------- import content servive ------------------------
|
|
|
|
// ----------------- import content servive ------------------------
|
|
|
|