NexxusGGR · Internal integration

Provider hookup demo

Seamless hookup: outbound Nexxus calls + local demo wallet. Register callback URL /gold_api in the operator panel (see README). Balance is in-memory for dev only.

Demo wallet (seamless callbacks)

Nexxus POSTs user_balance / transaction here. user_balance returns raw wallet units; bet_money / win_money use the same unit scale (set NEXXUS_WALLET_UNITS_PER_USD to match the operator).

Loading wallet…
No callbacks yet — server logs also print [seamless-callback] lines.

Sportsbook

game_launch uses provider_code: "SPORTSBOOK" and game_code: "". The in-page widget loads sportsbook.js into #sportsbook-container — configure region and cid in backoffice and set NEXXUS_SPORTSBOOK_CID for the embed page.

Open embed demo

Launch result appears in Test launch result below — same tab flow as a slot launch.

Connection status

No data yet

Loading…

Fetched games

Primary: · Live: not configured (NEXXUS_LIVE_PROVIDER_CODE)

Slots / RNG

Live dealer

Same game_launch flow; transaction uses game_type: "live" per the guide.

Selected game

Select a game card.

Loads the session URL in an iframe below. If it stays blank, the provider may block embedding — use Open in new tab under the result.

Test launch result

No launch attempted yet.

Raw debug

{
  "gamesResponse": null,
  "launchResponse": null
}