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