Testnet

Getting started with Byteball testnet.

Get ready

  1. Click this linkarrow-up-right and select "Testnet" to generate a new testnet wallet

  2. Install Byteball testnet wallet and click this linkarrow-up-right 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 Byteball testnet:

const byteball = require('byteball');

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

Last updated