Packages

An open and opinionated DeFi/CeFi/TradFi trading platform using productive & familiar open source libraries and tools for strategy research, execution and operation

Current section

Files

Jump to
prop lib prop_web live home_live.ex
Raw

lib/prop_web/live/home_live.ex

defmodule PropWeb.HomeLive do
use PropWeb, :live_view
@impl true
def mount(_params, _session, socket) do
{:ok, socket}
end
end