Skip to content

Interfaces and definitions for Openclerk currencies and exchanges

Notifications You must be signed in to change notification settings

openclerk/currencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openclerk/currencies Build Status

A library for defining different types of currencies: cryptocurrencies, fiat currencies, and commodity currencies. Used by Openclerk and live on CryptFolio.

This library only provides interface and abstract definitions. The actual definitions of currencies is provided by other components, such as openclerk/cryptocurrencies, openclerk/fiat, and openclerk/commodities. This allows additional currencies to be provided or discovered at runtime.

Installing

Include openclerk/currencies as a requirement in your project composer.json, and run composer update to install it into your project:

{
  "require": {
    "openclerk/currencies": "dev-master"
  }
}

Donate

Donations are appreciated.

TODO

  1. CI build server and link to test results

About

Interfaces and definitions for Openclerk currencies and exchanges

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages