# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://devs.peerplays.com/supporting-and-reference-docs/tradehands-explorer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
