Type
magento2-module
Bitcoin integration for Magento 2 via Blockonomics
magento2-module
OSL-3.0
None
None
None
None
None
None
Accept bitcoin payments on your Magento 2 website with Blockonomics.
Go to the Magento Marketplace Blockonomics page, follow the Magento extension installation instructions. Confiugre the extension using the User Guide
Go to Magento2 root folder
Enter following commands to install module:
composer config repositories.blockonomicsmerchant git https://github.com/blockonomics/magento2-plugin.git
composer require blockonomics/module-merchant:dev-master
Wait while dependencies are updated.
Enter following commands to enable module:
php bin/magento module:enable Blockonomics_Merchant --clear-static-content
php bin/magento setup:upgrade