Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoCampos89 committed Jul 16, 2021
1 parent 22a3efc commit 185acd1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 57 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/dexkit-nft/build
/dexkit-aggregator/build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DexKit offers whitelabel functionality being the current available:

# How to install Aggregator plugin at Wordpress

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

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

Expand Down
Binary file modified dexkit-aggregator.zip
Binary file not shown.
59 changes: 5 additions & 54 deletions dexkit-aggregator/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# DexKit Wordpress Plugins
# DexKit Aggregator Plugin

## Current Plugin Version: 0.2.0 ##
## Current Plugin Version: 0.1.0 ##

## This feature is still under high development

DexKit offers whitelabel functionality being the current available:

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

# How to install Aggregator plugin at Wordpress

- Download [Plugin](dexkit-agg.zip)

- Follow the [GUIDE](INSTALL_AGGREGATOR.md)

# How to install NFT Marketplace plugin at Wordpress

- Download [Plugin](dexkit-nft.zip)

- Follow the [GUIDE](INSTALL_MARKETPLACE_NFT.md)

# NFT Marketplace

This NFT marketplace has the follow features:

- Display NFT's related to selected collection
- Display Detail of NFT
- Display Associated Artist, all your cards using your artist address are showed first to users
- Branding costumization using DexKit Dashboard
- Coins costumization
- Easy share and open on OpenSea
- Uses ZRX v3 orders

## Additional Planned Features

- Integrate Open Sea orderbook [ ]
- Integrate NFT Transfers [ ]


- Download [Plugin](../dexkit-aggregator.zip)

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


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

- Please open an issue on this repository


# NFT Marketplace

This NFT marketplace has the follow features:

- Display NFT's related to selected collection
- Display Detail of NFT
- Display Associated Artist, all your cards using your artist address are showed first to users
- Branding costumization using DexKit Dashboard
- Coins costumization
- Easy share and open on OpenSea
- Uses ZRX v3 orders
- Please open an issue on this [repository](https://github.com/DexKit/wordpress)

## Additional Planned Features

- Integrate Open Sea orderbook [ ]
- Integrate NFT Transfers [ ]





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

- Please open an issue on this repository



# Changelog

[NFT Changelog](NFT_CHANGELOG.md)
1 change: 0 additions & 1 deletion dexkit-aggregator/dexkit-aggregator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* Text Domain: dexkit-aggregator
* Domain Path: /languages
* Version: 0.1.0
*
* @package Dexkit-Aggregator
*/
if ( ! defined( 'ABSPATH' ) ) {
Expand Down
5 changes: 4 additions & 1 deletion dexkit-aggregator/docs/INSTALL_AGGREGATOR.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# How to Install Aggregator Plugin

[PLUGIN FILE](../../dexkit-aggregator.zip)


1. Follow these instructions to increase the upload limit of your wordpress site:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/

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

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

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

![Install Now](images/install-aggregator/install-agg-4.png "Install Now")
Expand Down
2 changes: 2 additions & 0 deletions dexkit-nft/docs/INSTALL_MARKETPLACE_NFT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# How to Install NFT Marketplace Plugin

[PLUGIN FILE](../../dexkit-nft.zip)

1. Follow these instructions to increase the upload limit of your wordpress site:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-link-you-followed-has-expired-error-in-wordpress/

Expand Down

0 comments on commit 185acd1

Please sign in to comment.