Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Alekseenko committed Feb 5, 2024
1 parent 8d19460 commit 3560fa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ Extension allows adding any crypto currency and blockchain data to Magento 2.

## Table of contents

* [Description](#description)
* [Features](#features)
* [Installation](#installation)
* [Add New Currency](#add-new-currency)
* [Configuration](#configuration)
* [Author](#author)
* [License](#license)

Expand Down Expand Up @@ -40,8 +39,7 @@ php bin/magento setup:upgrade
- `Is 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

**FIRST SCREEN**

![Magento 2 Crypto Currency](https://raw.githubusercontent.com/torys877/magento-crypto-currency/main/docs/Selection_002.png)

### Add Blockchain Network
- Go to `Stores->Crypto->Blockchain Networks`
Expand All @@ -55,7 +53,7 @@ php bin/magento setup:upgrade
- `Blockchain Explorer API Url` - api url in explorer
- `Blockchain Explorer API Key` - your explorer api key

**SCREEN 2**
![Magento 2 Crypto Currency](https://raw.githubusercontent.com/torys877/magento-crypto-currency/main/docs/Selection_003.png)

### Add Crypto Currency Addresses
- Go to `Stores->Crypto->Currency Addresses`
Expand All @@ -66,8 +64,7 @@ php bin/magento setup:upgrade
- `Merchant Address In Blockchain` - fill with YOUR wallet address where you are going to receive payments
- `Currency Token Address In Blockchain` - fill with crypto currency ERC20 address (if it is token, or leave empty if it is native currency)

**SCREEN 3**

![Magento 2 Crypto Currency](https://raw.githubusercontent.com/torys877/magento-crypto-currency/main/docs/Selection_004.png)

## Author

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cryptom2/magento-crypto-currency",
"description": "Custom Currency for Magento 2",
"description": "Crypto Currency for Magento 2",
"type": "magento2-module",
"version": "1.0.0",
"license": "MIT",
Expand Down
Binary file removed docs/Selection_006.png
Binary file not shown.

0 comments on commit 3560fa1

Please sign in to comment.