Skip to content

Instantly share code, notes, and snippets.

@joshyates1980
Created September 27, 2023 15:29
Show Gist options
  • Save joshyates1980/38192fc2c9df0b7aac6c6ea405ce1f61 to your computer and use it in GitHub Desktop.
Save joshyates1980/38192fc2c9df0b7aac6c6ea405ce1f61 to your computer and use it in GitHub Desktop.
CKB Node Probe (display node_id)
data:text/html,<script>fetch("http://127.0.0.1:8114", {method: "POST", headers:{"Content-Type": "application/json"}, body: '{"id":0,"jsonrpc":"2.0","method":"local_node_info","params":[]}'}).then(response => response.json()).then(response => document.write(JSON.stringify(response)));</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment