Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

RunKit + npm: kbyte

node v8.17.0
version: 1.0.2
endpointsharetweet
const kbyte = require("kbyte"); // Init WebSocket client const client = new kbyte.Client('wss://byteball.org/bb'); // Get peers client.request('get_peers', null, (err, result) => { console.log(err, result); }); // Get joint client.request('get_joint', 'q4i9v8JsEXHxnccZoe4kP35OBnDG986WFifU9eoM5s4=', (err, result) => { console.log(err, result); });
Created from: https://npm.runkit.com/kbyte
Loading…

no comments

    sign in to comment