This is a plugin that allows you to view and customize the statistics of the token you want from the eCash cryptocurrency ecosystem.
-
Go to the GitHub repository: Visit the link https://github.com/Amatack/wordpressAgoraPlugin. (Current page)
-
Navigate to the "Releases" section: Click on the "Releases" tab at the top of the repository.
-
Download the latest version: Find the most recent release and click on the .zip file to download it.
-
Log in to your WordPress admin panel.
-
Go to Plugins > Add New.
-
Click the Upload Plugin button at the top.
-
Select the .zip file of the plugin you downloaded from GitHub.
-
Click Install Now, and once the installation is complete, click Activate Plugin.
shows values related to the current token price
shows the circulating supply of the etoken
shows the market cap of the etoken
shows the total transacctions of the etoken
Attribute | Description | Posible Values |
---|---|---|
priceproperty |
Defines property of current etoken price for the block | minXecOrder , minTokenOrder , minPriceInXec , minPriceInUsd |
Attribute | Description | Posible Values |
---|---|---|
displaymode |
Allows you to view all the digits or in a simplified way | complete , minimalist ; |
Attribute | Description | Posible Values |
---|---|---|
textcolor |
Defines the color of the text | color name , HEX value , RGB value , etc |
alignment |
Specifies the horizontal alignment of text in an block. | left , right , center , justify , initial ; |
backgroundcolor |
Defines the background color of the block | color name , HEX value , RGB value , etc |
fontsize |
Sets the size of a font. | values in px , pt , cm , mm , in , % , em , rem , vw , vh , vmin , vmax ; |
hasborder |
Sets the border to block. | true , false ; |
isbold |
Sets the border to block. | normal , bold , bolder , lighter , number (100, 200 , etc); |
borderradius |
Defines the radius of the block's corners. | values in px , pt , % , em , rem ; |
Within your WordPress installation, navigate to wp-content/plugins and run the following commands:
git clone [email protected]:Amatack/wordpressAgoraPlugin.git
cd wordpressAgoraPlugin
To install all the necessary dependencies, run the following commands:
npm run install