0.1.0 • Published 6 years ago
crypto-casinos v0.1.0
Cripto-casinos
Initialize Client
const { Wolfbet } = require('wolfbet')
let client = new Wolfbet('token')Methods
await client.getUser()
await client.placeBet({
                currency: 'doge',
                amount: 0.00000001,
                bet_value: 49.5,
                rule: 'under',
                multiplier: 2
            })0.1.0
6 years ago