cryptom2 / base
Auxiliary module to inject web3js library to magento
v1.0.1
2022-10-13 08:24 UTC
This package is auto-updated.
Last update: 2026-03-13 17:00:02 UTC
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