Packages

SDK for interacting with the Polymarket

Current section

Files

Jump to
polymarket lib polymarket.ex
Raw

lib/polymarket.ex

defmodule Polymarket do
@moduledoc """
Documentation for `Polymarket`.
"""
@doc """
Hello world.
## Examples
iex> Polymarket.hello()
:world
"""
def hello do
:world
end
end