cryptom2/base
Composer 安装命令:
composer require cryptom2/base
包简介
Auxiliary module to inject web3js library to magento
README 文档
README
Description
Module adds:
- web3js library to magento
- New field
order_hashtosales_order tableto identify order during crypto payment
Installation
To install module you need to add repositories to your composer.json:
"repositories": {
"crypto-base": {
"type": "git",
"url": "git@github.com:torys877/crypto-base.git"
}
}
Or add it in console:
composer config repositories.crypto-base git git@github.com:torys877/crypto-base.git
Install module:
composer require cryptom2/base:v1.0.0
And run
php bin/magento setup:upgrade
Ihor Oleksiienko
统计信息
- 总下载量: 78
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-21