Obyte.js
GitHub
Discord
Search…
0.1.19
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
Core
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
Testnet
Getting started with Byteball testnet.
Get ready
1.
Click this link
and select "Testnet" to generate a new testnet wallet
2.
Download Obyte testnet wallet
3.
Install Obyte testnet wallet and
click this link
to receive free testnet bytes
4.
Send testnet bytes to the address you created on first step
Usage
Here is how to initiate client for Obyte testnet:
1
const
obyte
=
require
(
'obyte'
);
2
3
const
options
=
{
testnet
:
true
};
4
const
client
=
new
obyte
.
Client
(
'wss://obyte.org/bb-test'
,
options
);
Copied!
Links
Testnet | Obyte — a ledger without middlemen
Obyte Explorer
Getting started - Previous
Quick start
Next - API
Get witnesses
Last modified
3yr ago
Copy link
Contents
Get ready
Usage
Links