Plugin Documentation
Explore the wonderful world of Blockchains, now inside your website! One of the first multi-blockchain explorers!
Example | Type | Description | Live demo |
---|---|---|---|
0x0741e2d8201dbc227de5de811b1b3043c806a9d11fa5e67bef5f6dedfb589f05 | Transaction | Unique address for a transaction. | Test Here |
0x3a22c8bc68e98b0faf40f349dd2b2890fae01484 | Address | Unique address for an account . | Test Here |
0x1b2c86d | Block Number | Unique block for a transaction. | Test Here |
There are two ways to complete the installation of this plugin:
blockchain-explorer.zip
from CodeCanyonblockchain-explorer.zip
from CodeCanyonblockchain-explorer.zip
on your computerwp-content/plugins/
on Filezilla and upload the blockchain-explorer
plugin directory
The things we will need to setup our plugin are:
- The Blockchain Explorer's API url.
- An API Key (usually googling how to get one will get you to the guide you should follow, every blockchain explorer has a different documentation on the mainnet. Ex: *Blockchain Name* explorer get api key)
The tutorial below should be enough to help you set up the plugin.
Q: Why do we need the blockchain explorer API?
A: The API is required so you can see an user's transactions, because the blockchain does not give us that kind of information. For this to be possible it would require your website to index the blockchain meaning your server needs to be powerful enough to iterate over the data, you will require to host your own node or pay for one, a capable server to store huge amounts of data;
Q: Dose it require any other plugin ?
A: Nope, you can use this plugin as standalone.;
Q: Compatible with other themes?
A: Yes! It is compatible with any theme;
Q: What is the name of the theme used in this demo?
A: Enefti - NFT Marketplace Theme by ModelTheme;
Q: How to Increase the Memory Limit on WordPress?
A: Please check this tutorial;