Getting started with Byteball testnet.
Last updated 6 years ago
and select "Testnet" to generate a new testnet wallet
Install Byteball testnet wallet and to receive free testnet bytes
Send testnet bytes to the address you created on first step
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);