Definitions and implementations of cryptocurrency account types, used by Openclerk and live on CryptFolio.
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"
}
}