Bit-Wasp / bitcoin-lib-php

PHP libraries implementing bitcoin key functions, as well as BIP32 and electrum.
The Unlicense
136 stars 86 forks source link

Add support for altcoins and file mode fix #107

Open visvirial opened 8 years ago

visvirial commented 8 years ago

I have added some fix for altcoin support and added constants for Monacoin support. Also, I removed execution-rights for some PHP files (which seems to be unintentionally granted).

This change is originally written for building the EC-service CoinGift.

afk11 commented 8 years ago

Phpcbf would fix these nits: vendor/bin/phpcbf -n --standard=PSR1,PSR2 src

Regarding the BIP32 bytes, since this library is maintenance only, completeness is more vital.

Have you seen the other lib? github.com/bit-wasp/bitcoin-php. You can implement a NetworkInterface easily enough!