obyte.js
GitHubDiscord
0.1.14
0.1.14
  • Obyte.js
  • Getting started
    • Quick start
    • Testnet
  • API
    • Get witnesses
    • Get peers
    • Get joint
    • Get last MCI
    • Get history
    • Get attestation
    • Get attestations
    • Get bots
    • Get asset metadata
    • Get definition
    • Get balances
    • Get profile units
    • Get data feed
    • Autonomous Agents
      • Dry run AA
      • Get AA state vars
      • Get AAs by base AAs
      • Get AA responses
      • Get AA response chain
    • Core
      • Catchup
      • Get hash tree
      • Get light props
      • Post joint
      • Pick divisible coins for amount
      • Heartbeat
  • Post
    • Address definition change
    • Attestation
    • Asset
    • Asset attestors
    • Data
    • Data feed
    • Definition
    • Definition template
    • Payment
    • Poll
    • Vote
    • Profile
    • Text
    • Multi
  • Client
    • Subscribe
    • Just saying
    • Requests
  • Utils
    • Sign a message
    • Validate signed message
    • Generate a random address
    • Get definition address
    • Is valid address
    • Keep connection alive
  • About
    • About
    • Links
    • Tutorials
Powered by GitBook
On this page
  • Get ready
  • Usage
  • Links
  1. Getting started

Testnet

Getting started with Byteball testnet.

PreviousQuick startNextGet witnesses

Last updated 6 years ago

Get ready

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

  2. Install Obyte testnet wallet and 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);

Links

Click this link
Download Obyte testnet wallet
click this link
LogoTestnet | Obyte — a ledger without middlemen
LogoObyte Explorer