Making Requests to Human Network

Once you have credits or access, you may make a request to the Human Network via the Relay node.

For the testnet on Holesky, the Relay node can be reached at via HTTP requests to http://159.65.246.91:3031

For mainnet, the Relay node can be reached at via HTTP requests to http://44.217.242.218:8081

There are two ways of making a request to Human Network:

  1. Spin up a Signer to simplify this on behalf on end users. A Signer pays the credits and manages user state. This way, users don't need to acquire Human Network credits or keep track of their state.

Signer on behalf of users

  1. Without a signer, you can directly interface by acquiring credits and using mishtiwasm to query the network

Directly query the network

Last updated