Skip to content

Latest commit

 

History

History
executable file
·
59 lines (38 loc) · 1.44 KB

README.md

File metadata and controls

executable file
·
59 lines (38 loc) · 1.44 KB

Crypto Payment Magento 2 Extension

Extension allows to receive crypto payments in USDT/USDC and native crypto currencies with Metamask wallet.

Table of contents

Features

  • Accept Payments in EVM compatible blockchains using Metamask
  • Accept Payments in stablecoins that implement ERC20 standard like USDT/USDC etc.
  • Check transaction status after payment
  • Check transaction status in explorer - etherscan

TODO:

  • check transaction status in custom explorer (configured in blockchain networks)

Installation

Install module:

composer require cryptom2/magento-crypto-payment:v1.0.0

And run

php bin/magento setup:upgrade

Configuration

Add New Currency And Blockchains

Follow Instructions Corresponding Modules:

Enable Payment Method

  • Go to Stores->Configuration->Sales->Payment Methods
  • Go to Crypto Payment
  • Set Enable => Yes
  • Set Title as payment method name

Magento 2 Crypto Payment

Author

Ihor Oleksiienko

License

Extension is licensed under the MIT License - see the LICENSE file for details