cryptom2/base

辅助模块,用于向magento注入web3js库

安装: 53

依赖: 6

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 2

开放问题: 0

类型:magento2-module

v1.0.1 2022-10-13 08:24 UTC

This package is auto-updated.

Last update: 2024-09-13 13:00:05 UTC


README

描述

模块添加

  1. web3js库到magento
  2. sales_order table中添加新字段order_hash,用于在加密支付过程中识别订单

安装

要安装模块,您需要将仓库添加到您的composer.json

    "repositories": {
        "crypto-base": {
            "type": "git",
            "url": "git@github.com:torys877/crypto-base.git"
        }
    }

或者,在控制台添加

composer config repositories.crypto-base git git@github.com:torys877/crypto-base.git

安装模块

composer require cryptom2/base:v1.0.0

并运行

php bin/magento setup:upgrade

Ihor Oleksiienko