evanGlobals¶
| Source | evanGlobals |
|---|
The evan globals are a runtime object that handles global references for internal functions within the dapp-browser. This is nessecary to remove any dapp-browser dependency from the window object. Maybe this collection will help you.
Parameters¶
CoreBundle-CoreBundle: bcc exported CoreBundle;CoreRuntime-CoreInstance: bcc active CoreInstance;SmartContracts-SmartContracts: Initialized build Object of the SmartContracts;System-SystemJS: global DApp browser SystemJS for direct use (normally you will use import { } from ‘module-name’, because a using DBCP anddapp.loadDAppfunctions, SystemJS imports will be registered);devMode-devMode: array of dev mode available applications;ipfsCatPromise-ipfsCatPromise: promisified ipfs cat function;restIpfs-restIpfs: restIpfs export;