torys877 / crypto-base

Auxiliary module to inject web3js library to magento

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Base Magento 2 Extension

Description

Module adds:

  1. web3js library to magento
  2. New field order_hash to sales_order table to 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

About

Auxiliary module to inject web3js library to magento

License:MIT License


Languages

Language:PHP 87.8%Language:JavaScript 12.2%