Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kerin authored and afk11 committed Jul 15, 2017
1 parent 2af881e commit 4d00a08
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
@@ -1,10 +1,7 @@
# bitcoin-p2p-php
Implementation of Bitcoin protocol using ReactPHP
Bitcoin P2P network connections using ReactPHP

[![Build Status](https://travis-ci.org/Bit-Wasp/bitcoin-p2p-php.svg?branch=master)](https://travis-ci.org/Bit-Wasp/bitcoin-p2p-php)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Bit-Wasp/bitcoin-p2p-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Bit-Wasp/bitcoin-p2p-php/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Bit-Wasp/bitcoin-p2p-php/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Bit-Wasp/bitcoin-p2p-php/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/bitwasp/bitcoin-p2p/v/stable.png)](https://packagist.org/packages/bitwasp/bitcoin-p2p)

This library aims to allow event driven communication with the bitcoin protocol. It makes use of `bitwasp/bitcoin` for underlying network structures. ReactPHP was used to handle socket connections because of it's non-blocking nature.

0 comments on commit 4d00a08

Please sign in to comment.