Testnet

Getting started with Byteball testnet.

Get ready

  1. Click this link and select "Testnet" to generate a new testnet wallet

  2. Install Obyte testnet wallet and click this link to receive free testnet bytes

  3. Send testnet bytes to the address you created on first step

Usage

Here is how to initiate client for Obyte testnet:

const obyte = require('obyte');

const options = { testnet: true };
const client = new obyte.Client('wss://obyte.org/bb-test', options);

Last updated