BazVenueAdapterHyperspace
Hyperspace venue adapter for 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:
def deps do
[
{:baz_venue_adapter_hyperspace, "~> 0.0.2"}
]
endUsage
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