@sekhmetdev/byteball

0.0.1 • Public • Published

Byteball.js

A simple JavaScript library for Byteball

Install

npm install byteball --save

Usage

const byteball = require('byteball');

// Init WebSocket client
const client = new byteball.Client();

// Get peers
client.api.getPeers(function(err, result) {
  console.log(err, result);
});

// Promises
client.api.getPeers().then(function(result) {
  console.log(result);
});

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i @sekhmetdev/byteball

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

38.3 kB

Total Files

13

Last publish

Collaborators

  • sekhmet