1 Star 0 Fork 0

邓小明 / Web3Recover

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
邓小明 提交于 2023-03-11 04:23 . 修改描述
{
"name": "hhun/web3-recover",
"description": "还原Web3签名消息的签名帐户",
"keywords": ["web3", "recover"],
"license": "MIT",
"authors": [{
"name": "Hhun",
"homepage": "https://github.com/hhun/web3-recover"
}],
"require": {
"php": ">=7.1.0",
"kornrunner/keccak": "^1.0",
"ext-gmp": "*"
},
"autoload": {
"psr-4": {
"hhun\\Web3Recover\\": "src"
}
}
}
PHP
1
https://gitee.com/hhun/web3-recover.git
git@gitee.com:hhun/web3-recover.git
hhun
web3-recover
Web3Recover
master

搜索帮助