Skip to main content

README.md

# Polymarket

An Elixir client for the [Polymarket](https://polymarket.com) API.

## Installation

The package can be installed by adding `ex_polymarket` to your list of
dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ex_polymarket, "~> 0.1.0"}
  ]
end
```

## Documentation

Documentation is published on [HexDocs](https://hexdocs.pm/ex_polymarket).

## License

Released under the MIT License. See [LICENSE](LICENSE).