1 Star 0 Fork 0

叶令/php-web3

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 561 Bytes
一键复制 编辑 原始数据 按行查看 历史
叶令 提交于 2022-05-09 12:54 +08:00 . 1
{
"name": "tc-net/php-web3",
"description": "以太坊交互客户端",
"type": "library",
"keywords": ["eth", "web3", "contract", "sign", "usdt", "dai"],
"license": "MIT",
"authors": [
{
"name": "ye ling",
"email": "tc_net@163.com"
}
],
"require": {
"PHP": "^7.0|^8.0",
"kornrunner/keccak": "^1.0",
"simplito/elliptic-php": "^1.0",
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
"Web3\\": "src/"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/tc_net/php-web3.git
git@gitee.com:tc_net/php-web3.git
tc_net
php-web3
php-web3
master

搜索帮助