wesmiler e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
..
src e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
test e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
.gitignore e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
.scrutinizer.yml e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
.travis.yml e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
CONTRIBUTING.md e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
README.md e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
composer.json e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
composer.lock e0690d8424 Weenier 168otc项目部署 0630 3 лет назад
phpunit.xml e0690d8424 Weenier 168otc项目部署 0630 3 лет назад

README.md

bech32 ######

Scrutinizer Code Quality Code Coverage Build Status

This package provides a pure implementation of bech32 and native segregated witness address encoding.

It will eventually replace the implementation in bitwasp/bitcoin but as yet its primary purpose is serving old codebases which have yet to upgrade.

Presently supports PHP version 5.6, 7.0-7.2 though future releases will deprecate 5.6 support. HHVM is NOT supported.

Install

composer require bitwasp/bech32

Contributing

All contributions are welcome. Please see [this page] before you get started