Testnet
Getting started with Byteball testnet.
Get ready
Usage
const obyte = require('obyte');
const options = { testnet: true };
const client = new obyte.Client('wss://obyte.org/bb-test', options);Links
Last updated
Getting started with Byteball testnet.
const obyte = require('obyte');
const options = { testnet: true };
const client = new obyte.Client('wss://obyte.org/bb-test', options);Last updated