Testnet

Testnet Overview

Testnets are the way we at Realio Network use to test all the features of our blockchain before launching them publicly.

In other words, a testnet is the playground that you can use to start learning about the Realio Network and its features.

There are two different types of testnets:

  • Public testnets

  • Local testnets

Public testnet

A Public testnet is a preview of what the Realio Network mainnet will actually be.

Testnet's validators are publicly known and every developer can write and read transactions from them.

Public testnets are the battlefields on which you can test the integration of your app (or your validator's setup) without worrying too much about security, but being sure to always be up-to-date with the latest stable changes.

JOINING THE PUBLIC TESTNET

If you want to know more about how to join the currently running public testnet, please refer to the Join the public testnet page.

Local testnet

A Local testnet exists only on the machine that is used to running it. This means that none, except you, can actually access the data you store.

Local testnets are perfect if you want to quickly setup a Realio Network blockchain instance without worrying too much about setting up a public full-node machine.

They also might be particularly useful to developers that do not want to write on the public net but want first to try out their app's integration locally to make sure everything works properly.

CREATING A LOCAL TESTNET If you want to know more about how creating a local testnet, please refer to the Create a local testnet page.

Last updated