imanrjb/hd-wallet
Composer 安装命令:
composer require imanrjb/hd-wallet
包简介
HD wallet for multiple cryptocurrencies
README 文档
README
How to install
composer require imanrjb/hd-wallet
Put below parameters in .env file
(XPRV is only used in private key generation)
BTC_XPUB= ERC_XPUB= TRC_XPUB= BTC_XPRV= ERC_XPRV= TRC_XPRV=
Generate address using network and HD path
return AddressGenerator::getNewAddress('btc', '0/0');
Generate private key and address using network and HD path
return PrivateKeyGenerator::getAddressWithPrivateKey('btc', '0/0');
Supported networks:
| Network | Symbol |
|---|---|
| Bitcoin | btc |
| Ethereum | erc |
| Tron | trc |
统计信息
- 总下载量: 53
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-05