URnetwork
Copyright 2024 BringYour, Inc.
Simple hello to the network that returns some useful information. This can be used for discovery.
const response = await fetch('https://api.bringyour.com/hello', { method: 'GET', headers: {}, }); const data = await response.json();
{ "client_address": "text" }