Register your service
The browser-based registration flow (wallet-connect → TIP-712 sign → x402 payment) is the next workstream. Until it lands, you can register programmatically using the reference scripts.
Register from the command line
- 1.
Clone the H-Index repo and install:
git clone https://github.com/XR-Utilities/H-Index cd H-Index && npm install
- 2.
Copy
.env.exampleto.envand fill in your Hedera operator + topic ids (or use the production registry topic0.0.10490172). - 3.
Adapt
scripts/manual-register.tswith your service's metadata, then:SERVICE_URL=https://h-index.xr-utilities.ai \ npx tsx scripts/manual-register.ts
Want early access to the browser flow? Watch the
repo
for the v0.2 release.