Module adds:
- web3js library to magento
- New field
order_hash
tosales_order table
to identify order during crypto payment
To install module you need to add repositories to your composer.json
:
"repositories": {
"crypto-base": {
"type": "git",
"url": "[email protected]:torys877/crypto-base.git"
}
}
Or add it in console:
composer config repositories.crypto-base git [email protected]:torys877/crypto-base.git
Install module:
composer require cryptom2/base:v1.0.0
And run
php bin/magento setup:upgrade