Packages

Solidity Watcher is a tiny tool to watch for changes in your Solidity contracts and compile them.

Current section

Files

Jump to
solidity_watcher lib solidity_watcher.ex
Raw

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