openclerk/accounts

There is no license information available for the latest version (0.1.0) of this package.

Definitions and implementations of accounts in Openclerk

0.1.0 2017-09-11 07:26 UTC

This package is auto-updated.

Last update: 2024-04-14 08:41:37 UTC


README

Definitions and implementations of cryptocurrency account types, used by Openclerk and live on CryptFolio.

Installing

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

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