Socket
Socket
Sign inDemoInstall

airbitz-currency-ethereum

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbitz-currency-ethereum

Airbitz Ethereum currency plugin


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Airbitz Ethereum Currency Plugin

Implements Bitcoin send/receive functionality per the spec for currency plugins for airbitz-core-js

Installing

Since this package is not on NPM, you will have to use the current git version

npm i git+ssh://git@github.com/Airbitz/airbitz-currency-ethereum.git -s

import { EthereumCurrencyPluginFactory } from `airbitz-currency-ethereum`

Now you can pass EthereumCurrencyPluginFactory to airbitz-core-js.

const context = makeReactNativeContext({
  apiKey: YOUR_API_KEY,
  plugins: [ EthereumCurrencyPluginFactory ]
})

This plugin exposes the following otherSettings which can be set using abcAccount.updateSettings()

{
  etherscanApiServers: Array<string>
  superethServers: Array<string>
}

etherscanApiServers is an array of servers to use that follow the etherscan.io API for querying address balance and transactions. ie. https://api.etherscan.io

superethServers is an array of servers to use that follow the Supereth API

FAQs

Package last updated on 02 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc