Skip to content

Instantly share code, notes, and snippets.

@joshyates1980
Created October 11, 2023 18:50
Show Gist options
  • Save joshyates1980/3c863273e37939859e0e53fb609d0342 to your computer and use it in GitHub Desktop.
Save joshyates1980/3c863273e37939859e0e53fb609d0342 to your computer and use it in GitHub Desktop.
CKB Peer Nodes
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":"get_peers","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