README.md

# Kujira

Elixir interfaces to Kujira dApps, for building indexers, APIs and bots

**N.B. This is currently a work in progress, as we begin to componentise & open source the infrastructure that powers the Kujira dApps**

## Installation

Add `kujira` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:kujira, "~> 0.1.19"}
  ]
end
```

Docs can be found at <https://hexdocs.pm/kujira>.