This is a simple test app built on top of the Betable Node.js SDK, and the Betable frontend Javascript SDK. The game is a configurable slot machine.
npm install (from the app directory)
- Update game_id
- Update symbols
- Update paylines
- Update api_key
- Update api_secret
NODE_ENV=production NODE_ECONOMY=sandbox node server.js
if you want to use unbacked bets use:
NODE_ENV=production NODE_ECONOMY=sandbox NODE_MODE=unbacked node server.js