Skip to content

herchackathon/edge-exchange-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbitz Exchange Plugins

This library exports a collection of exchange-rate plugins for use with airbitz-core-js.

Use it like this:

import { makeContext } from 'airbitz-core-js'
import { coinbasePlugin, shapeshiftPlugin } from 'airbitz-exchange-plugins'

makeContext({
  plugins: [coinbasePlugin, shapeshiftPlugin]
})

The supported plugins are:

  • coinbasePlugin - Converts from BTC to most fiat currencies.
  • shapeshiftPlugin - Converts from BTC to most common altcoins.

About

Exchange-rate sources for the Edge Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%