Testnet
Getting started with Byteball testnet.
- 1.
- 3.
- 4.Send testnet bytes to the address you created on first step
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 modified 4yr ago