Skip to main content

Connect to Rubix Testnet

Connect to Rubix Testnet

The testnet is a development environment for testing your applications without risking real assets.

  • Start your node using the -testNet flag.

    ./rubixgoplatform run -s -testNet -defaultSetup -p <node_name> \
    -n <node_number> -grpcPort <grpc_port>
  • Ensure the testswarm.key file is in your node's root folder and matches the official key in the Rubix GitHub repository. This key is crucial for connecting to the test network.

Rubix faucet

Add short desc on faucet - (Limit and Validity of test tokens)

Get Test RBTs

Check Your Balance

  • Verify the tokens have been received by checking your DID's balance.

    ./rubixgoplatform getaccountinfo -did <your_did> -port <your_port_number>

You should see one RBT as below. Account Info

Congratulations! You have successfully joined the Rubix TestNet. You can now use the node for testing and development purposes.