> For the complete documentation index, see [llms.txt](https://devs.peerplays.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devs.peerplays.com/supporting-and-reference-docs/tradehands-explorer.md).

# TradeHands Explorer

TradeHands Explorer is an NFT-Centric block explorer. It is used to view NFT related objects on the Peerplays blockchain. It will be extendable with modules to add additional functionality, from which more complex applications may be built.

Please find the ReadMe file [`here`](https://gitlab.com/PBSA/dapps/trade-hands/-/blob/295663e38e234ffde2e4ef1556ba156c166a29e9/README.md).

### Usage&#x20;

The TradeHands Explorer will be able to

* View detailed information on NFTs&#x20;
* Show NFT collections by issuing contracts&#x20;
* Show NFTs issued/hold by accounts&#x20;
* Show market activity

### Build with

Node.js, Svelte, Vite

### Pre-requisites

Node/NPM version 16 or higher

### Cli to Install Node/NPM

```
sudo apt-get install nodejs
sudo apt-get install npm
```
