lib/solidity_watcher.ex

defmodule SolidityWatcher do
  @moduledoc """
  A Tiny module which aims to make solidity development with elixir easier.
  The goal here is to set up a watcher which will automatically compile the
  solidity files whenever they change.

  It has a native integration with Phoenix Framework just like any other watchers
  you would normally add to the framework
  """
end