Skip to content

Commit 185acd1

Browse files
committed
update links
1 parent 22a3efc commit 185acd1

File tree

7 files changed

+13
-57
lines changed

7 files changed

+13
-57
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/dexkit-nft/build
2+
/dexkit-aggregator/build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DexKit offers whitelabel functionality being the current available:
1111

1212
# How to install Aggregator plugin at Wordpress
1313

14-
- Download [Plugin](dexkit-agg.zip)
14+
- Download [Plugin](dexkit-aggregator.zip)
1515

1616
- Follow the [GUIDE](dexkit-aggregator/docs/INSTALL_AGGREGATOR.md)
1717

dexkit-aggregator.zip

409 Bytes
Binary file not shown.

dexkit-aggregator/README.md

Lines changed: 5 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# DexKit Wordpress Plugins
1+
# DexKit Aggregator Plugin
22

3-
## Current Plugin Version: 0.2.0 ##
3+
## Current Plugin Version: 0.1.0 ##
44

5-
## This feature is still under high development
65

76
DexKit offers whitelabel functionality being the current available:
87

@@ -11,69 +10,21 @@ DexKit offers whitelabel functionality being the current available:
1110

1211
# How to install Aggregator plugin at Wordpress
1312

14-
- Download [Plugin](dexkit-agg.zip)
15-
16-
- Follow the [GUIDE](INSTALL_AGGREGATOR.md)
17-
18-
# How to install NFT Marketplace plugin at Wordpress
19-
20-
- Download [Plugin](dexkit-nft.zip)
21-
22-
- Follow the [GUIDE](INSTALL_MARKETPLACE_NFT.md)
23-
24-
# NFT Marketplace
25-
26-
This NFT marketplace has the follow features:
27-
28-
- Display NFT's related to selected collection
29-
- Display Detail of NFT
30-
- Display Associated Artist, all your cards using your artist address are showed first to users
31-
- Branding costumization using DexKit Dashboard
32-
- Coins costumization
33-
- Easy share and open on OpenSea
34-
- Uses ZRX v3 orders
35-
36-
## Additional Planned Features
37-
38-
- Integrate Open Sea orderbook [ ]
39-
- Integrate NFT Transfers [ ]
40-
41-
13+
- Download [Plugin](../dexkit-aggregator.zip)
4214

15+
- Follow the [GUIDE](docs/INSTALL_AGGREGATOR.md)
4316

4417

4518
# Found a BUG or want a FEATURE that not exists ?
4619

47-
- Please open an issue on this repository
48-
49-
50-
# NFT Marketplace
51-
52-
This NFT marketplace has the follow features:
53-
54-
- Display NFT's related to selected collection
55-
- Display Detail of NFT
56-
- Display Associated Artist, all your cards using your artist address are showed first to users
57-
- Branding costumization using DexKit Dashboard
58-
- Coins costumization
59-
- Easy share and open on OpenSea
60-
- Uses ZRX v3 orders
20+
- Please open an issue on this [repository](https://github.com/DexKit/wordpress)
6121

62-
## Additional Planned Features
6322

64-
- Integrate Open Sea orderbook [ ]
65-
- Integrate NFT Transfers [ ]
6623

6724

6825

6926

7027

71-
# Found a BUG or want a FEATURE that not exists ?
72-
73-
- Please open an issue on this repository
74-
75-
76-
7728
# Changelog
7829

7930
[NFT Changelog](NFT_CHANGELOG.md)

dexkit-aggregator/dexkit-aggregator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* Text Domain: dexkit-aggregator
88
* Domain Path: /languages
99
* Version: 0.1.0
10-
*
1110
* @package Dexkit-Aggregator
1211
*/
1312
if ( ! defined( 'ABSPATH' ) ) {

dexkit-aggregator/docs/INSTALL_AGGREGATOR.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# How to Install Aggregator Plugin
22

3+
[PLUGIN FILE](../../dexkit-aggregator.zip)
4+
5+
36
1. Follow these instructions to increase the upload limit of your wordpress site:
47
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/
58

@@ -15,7 +18,7 @@ https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-exp
1518

1619
![Choose File](images/install-aggregator/install-agg-3.png "Choose File")
1720

18-
5. After selecting the Dexkit plugin file (dexkit-aggregator.zip)
21+
5. After selecting the [Dexkit plugin file](../../dexkit-aggregator.zip)
1922
Click "Install Now"
2023

2124
![Install Now](images/install-aggregator/install-agg-4.png "Install Now")

dexkit-nft/docs/INSTALL_MARKETPLACE_NFT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# How to Install NFT Marketplace Plugin
22

3+
[PLUGIN FILE](../../dexkit-nft.zip)
4+
35
1. Follow these instructions to increase the upload limit of your wordpress site:
46
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/
57

0 commit comments

Comments
 (0)