zcash-explorer/lib/zcash_explorer.ex

10 lines
263 B
Elixir
Raw Normal View History

2021-07-07 10:40:43 -07:00
defmodule ZcashExplorer do
@moduledoc """
ZcashExplorer keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end