> For the complete documentation index, see [llms.txt](https://obytejs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obytejs.com/0.1.17/getting-started/testnet.md).

# Testnet

### Get ready

1. [Click this link](https://bonuschain.github.io/byteball-paperwallet/) and select "Testnet" to generate a new testnet wallet
2. [Download Obyte testnet wallet](https://obyte.org/testnet.html)
3. Install Obyte testnet wallet and [click this link](byteball-tn:AxBxXDnPOzE/AxLHmidAjwLPFtQ6dK3k70zM0yKVeDzC@byteball.org/bb-test#0000) 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:

```javascript
const obyte = require('obyte');

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

### Links

{% embed url="<https://obyte.org/testnet.html>" %}

{% embed url="<https://testnetexplorer.obyte.org/>" %}
