Skip to content

chips-blockchain/chipschain

 
 

Repository files navigation

Chips integration/staging tree

What is CHIPS?

CHIPS is a digital crypto currency which is used across all the gaming platforms designed and developed using the pangea protocol. CHIPS is a BTC fork with an apow(adoptive proof of work) integration with a block time adjusted to less than 10 seconds to suits to the needs of the betting in real time using CHIPS. Like BTC, CHIPS uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. CHIPS Core is the name of open source software which enables the use of this currency.

For more information, read the original whitepaper.
The first post about CHIPS by jl777 in bitcointalk.

How do I build the software?

The most troublefree and reproducable method of building the repository is via the depends method:

git clone https://github.com/barrystyle/chips
cd chips/depends
make HOST=x86_64-linux-gnu -j6
cd ..
./autogen.sh
CONFIG_SITE=$PWD/depends/x86_64-linux-gnu/share/config.site ./configure
make

Each step must be done in order (particularly autogen.sh after depends).

What is Pangea Protocol?

You can find more details and implementation of Pangea protocol in the bet repo. A fully dencentralized privacy preserving poker game is developed using the Pangea protocol and that uses CHIPS crypto currency for real time betting and to play the game. The backend implementation of the poker game is been developing in the bet repo and front end development is happening in the pangea-poker repo.

CHIPS Community - Discord

We have an active discord channel where you can get to know more about CHIPS.

Packages

No packages published

Languages

  • C++ 69.1%
  • Python 17.1%
  • C 6.8%
  • Shell 3.8%
  • M4 1.4%
  • Makefile 0.8%
  • Other 1.0%