Nomenclate is an indexing server for Handshake. Currently it allows querying of address balances, histories, and auction histories. It acts as the backend for our Handshake block explorer: HNScan
Nomenclate can currently be installed as an HSD plugin.
Install Nomenclate by running:
npm install nomenclate
In order to enable Nomenclate with your Handshake Daemon, add the flag:
--plugins=nomenclate
to your HSD startup script. Ensure that nomenclate is installed in the repository from which you are running your daemon.
Below is a list of bindings that make interacting with Nomenclate much easier.
- Javascript - Nomenclate-js
- Rust - Nomenclate-rs
This project is licensed under MIT License.