Packages

Converts BTC to Satoshi, with some helper utils meant to work with tracking/converting cryptocurrencies.

Current section

Files

Jump to
satoshi_ex lib app.ex
Raw

lib/app.ex

defmodule App do
@moduledoc """
Documentation for App.
"""
@doc """
Hello world.
## Examples
iex> App.hello
:world
"""
def hello do
:world
end
end