MoneyCrypto
List of crypto currencies to be added to Money
Installation
Just add to mix.exs:
def deps do
[
{:money_crypto, "~> 0.1.0"}
]
endUsage
In your config.exs just type:
config :money, custom_currencies: MoneyCrypto.list()
List of crypto currencies to be added to Money
Just add to mix.exs:
def deps do
[
{:money_crypto, "~> 0.1.0"}
]
end
In your config.exs just type:
config :money, custom_currencies: MoneyCrypto.list()