cryptom2 / base
Auxiliary module to inject web3js library to magento
Installs: 66
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-03-13 14:19:03 UTC
README
Description
Module adds:
- web3js library to magento
- New field
order_hash
tosales_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