How to use edge-currency-monero - 1 common examples

To help you get started, we’ve selected a few edge-currency-monero examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github EdgeApp / edge-react-gui / src / components / services / EdgeCoreManager.js View on Github external
context: EdgeContext | null,
  counter: number
}

const contextOptions = {
  apiKey: ENV.AIRBITZ_API_KEY,
  appId: '',
  plugins: allPlugins
}

const isReactNative = detectBundler.isReactNative
const nativeIo = isReactNative
  ? {
    'edge-currency-accountbased': makeAccountbasedIo(),
    'edge-currency-bitcoin': makeBitcoinIo(),
    'edge-currency-monero': makeMoneroIo(),
    'edge-exchange-plugins': makeExchangeIo()
  }
  : {}

/**
 * Mounts the edge-core-js WebView, and then mounts the rest of the app
 * once the core context is ready.
 */
export class EdgeCoreManager extends PureComponent {
  splashHidden: boolean = false
  paused: boolean = false

  constructor (props: Props) {
    super(props)
    this.state = { context: null, counter: 0 }
  }

edge-currency-monero

Edge Monero currency plugin

BSD-3-Clause
Latest version published 1 month ago

Package Health Score

73 / 100
Full package analysis

Popular edge-currency-monero functions

Similar packages