# BazVenueAdapterHyperspace
[![Build Status](https://github.com/atlas-xyz/baz-venue-adapter-hyperspace/workflows/test/badge.svg?branch=main)](https://github.com/atlas-xyz/baz-venue-adapter-hyperspace/actions?query=workflow%3Atest)
[![hex.pm version](https://img.shields.io/hexpm/v/baz_venue_adapter_hyperspace.svg?style=flat)](https://hex.pm/packages/baz_venue_adapter_hyperspace)
[Hyperspace](https://hyperspace.xyz) venue adapter for [`baz`](https://github.com/atlas-xyz/baz)
## Resources
| Venue | Supported |
| ----------------------- | :-------: |
| Collections | [ ] |
| Collection Traits | [ ] |
| Collection Assets | [ ] |
| Collection Asset Traits | [ ] |
| Collection Events | [ ] |
## Installation
Add the `baz_venue_adapter_hyperspace` package to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:baz_venue_adapter_hyperspace, "~> 0.0.2"}
]
end
```
## Usage
```elixir
config :baz,
venues: %{
"open_sea" => %{
adapter: BazVenueAdapterHyperspace,
collections: "*",
start_on_boot: false,
poll_stream_enabled: true,
websocket_stream_enabled: false,
credentials: %{}
}
}
```
## Authors
- Alex Kwiatkowski - alex@atlas.xyz