Download the PHP package cryptom2/magento-crypto-currency without Composer
On this page you can find all versions of the php package cryptom2/magento-crypto-currency. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cryptom2/magento-crypto-currency
More information about cryptom2/magento-crypto-currency
Files in cryptom2/magento-crypto-currency
Download cryptom2/magento-crypto-currency
More information about cryptom2/magento-crypto-currency
Files in cryptom2/magento-crypto-currency
Vendor cryptom2
Package magento-crypto-currency
Short Description Crypto Currency for Magento 2
License MIT
Package magento-crypto-currency
Short Description Crypto Currency for Magento 2
License MIT
Please rate this library. Is it a good library?
Informations about the package magento-crypto-currency
Crypto Currency Magento 2 Extension
Extension allows adding any crypto currency and blockchain data to Magento 2.
Table of contents
- Features
- Installation
- Configuration
- Author
- License
Features
- Add as many crypto currencies as you want.
- Add as many tokens (ERC20) as you want (including stablecoint USDT/USDC etc).
- Customize precision (decimal places), output format, symbol etc.
- Preloaded with some top cryptocurencies like Ethereum (ETH), Polygon (Matic), USDT, USDC.
Installation
Install module:
composer require cryptom2/magento-crypto-currency:v1.0.0
And run
Configuration
Add New Currency
- Go to
Stores->Crypto->Custom Currencies
- Click
Add New Currency
- Fill Data:
Is Cryptocurrency?
- set if it is cryptoIs Token
- set if it is token (yes
- it will use ERC20 methods to send payment,no
- it will use just blockchain transactions)Currency Contract ABI
- input ABI of token contract if it is ERC20
Add Blockchain Network
- Go to
Stores->Crypto->Blockchain Networks
- Click
Add New Blockchain
- Fill Data:
Chain ID
- chain id of blockchain network, mandatoryBlockchain Code
- custom blockchain code (can be any)Blockchain Name
Blockchain Explorer Url
- Url of explorer where admin and customers can be find transaction detailsIs Check in Block Explorer?
- set if it is necessary to check transaction status asynchronously by cron in explorer (more reliably, then realtime checking after payment)Blockchain Explorer API Url
- api url in explorerBlockchain Explorer API Key
- your explorer api key
Add Crypto Currency Addresses
- Go to
Stores->Crypto->Currency Addresses
- Click
Add New Currency Address
- Fill Data:
Blockchain Network
- choose blockchain from previous step, in which cryptocurrency existsCurrency
- choose currency from previous stepMerchant Address In Blockchain
- fill with YOUR wallet address where you are going to receive paymentsCurrency Token Address In Blockchain
- fill with crypto currency ERC20 address (if it is token, or leave empty if it is native currency)
Author
Ihor Oleksiienko
License
Extension is licensed under the MIT License - see the LICENSE file for details
All versions of magento-crypto-currency with dependencies
PHP Build Version
Package Version
The package cryptom2/magento-crypto-currency contains the following files
Loading the files please wait ....