xelbot/crypto-wallet-validator
最新稳定版本:v0.9.2
Composer 安装命令:
composer require xelbot/crypto-wallet-validator
包简介
Library for validation of cryptocoin wallets
README 文档
README
Library for validation of Ethereum, Bitcoin and other cryptocoin wallets
Installation
Use composer to install the package:
composer require xelbot/crypto-wallet-validator
Or just add the package to your composer.json
{
"require": {
"xelbot/crypto-wallet-validator": "dev-master"
}
}
Usage
<?php use Xelbot\Crypto\WalletValidator; WalletValidator::validate('0x8617E340B3D01FA5F11F306F4090FD50E238070D', 'ETH'); // return true WalletValidator::validate('0xd1220A0CF4B9BE7A2E6BA89F429762E7B9ADB', 'ETH'); // return false
Supported crypto currencies
'BKX', BANKEX'CLO', Callisto'ETC', Ethereum Classic'ETH', Ethereum'ETZ', EtherZero'ZIL', Zilliqaothers- coming soon :)
统计信息
- 总下载量: 2.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-02