bet
bet copied to clipboard
This repository holds the implementation code of Pangea Poker white paper: https://bit.ly/3bdCz0Z
In the earlier version of chips, when the `chipsd` starts a default wallet will be created and which is used to make all gaming related tx's but with the latest...
Since we working on multiple areas to improve the bet repo, during the course its important to make sure no changes break the system. My idea of writing the test...
Tried building `bet` on 32bit Raspberry OS and got `libnng` related errors. There is a relevant issue related to these errors on libnng, if that helps resolve this issue: https://github.com/nanomsg/nng/issues/1029...
I compiled `bet` binary for macOS on macOS v11.5.2 using the following commands: ```bash xcode-select --install brew install zlib autoconf automake libtool gmp sqlite libsodium gettext wget curl ninja openssl...
In order to port the upstream changes frequently into the CHIPS repo, so need to have an easy way to test any change in CHIPS RPC functionalities. The idea is...
This issue is to track the change in CHIPS API's which are used in bet. 1. Bet uses `validateaddress` to check the `ismine`, but from v0.17.0 this info is provided...
Just like the rest of the Pangea Poker game setup software stack, Chips & c-lightning, bet should also has it's built in option to connect to Tor and setup as...
The protocols which we developed support the prediction of many of the random possible outcomes like throwing a dice, picking a card from the deck which are all random events....
Talking all the way in the future when we are ready to launch alpha. Potential players will want to test the game. We should run a couple of game tables...
This is an interesting thing to work on. Initially bet repo we developed the CLI interface to play the poker, later we developed the nice GUI and removed the CLI...