⛓️Networks

The following public networks are currently maintained and available:

Configuration

One can find the configuration in the GitHub ansible repository.

Mainnet
Testnet

ChainID

planetmint-mainnet-1

planetmint-testnet-1

Denomination

PLMNT

PLMNT

Name
Mainnet
Testnet

Explorer

https://explorer.rddl.io

https://testnet-explorer.rddl.io

API (Planetmint)

https://api.rddl.io

https://testnet-api.rddl.io

RPC (CometBFT)

https://rpc.rddl.io

https://testnet-rpc.rddl.io

Trust Wallet registration

https://ta.rddl.io

https://testnet-ta.rddl.io

Faucet

https://testnet-faucet.rddl.io

rddl2plmnt

https://r2p.rddl.io

https://testnet-r2p.rddl.io

rddl claims

https://p2r.rddl.io

https://testnet-p2r.rddl.io

Machine 2 Machine (MQTT+TLS)

mqtt://mqtt.rddl.io:1884

mqtt://testnet-mqtt.rddl.io:1886

Machine 2 Machine Network

RDDL Network currently uses MQTT as the machine-to-machine network. The service will be extended so that machines can authenticate via a JWT token related to their private/public key on Planetmint.

However, at this point, the following user/password pairs can be used to access the services on testnet and mainnet

Network
User
Password

testnet

rddl-tasmota

bE91dLR49FmsTtR2xbFCJfmgaGwTqeZJ

mainnet

rddl-tasmota

Xs0liJviALEJLWgHJ3vI4MbYHqahG0sP

Infrastructure

The infrastructure runs on AWS and is managed by Pulumi and Ansible.

Mainnet

Name
Instance Type
URL

planetmint-go-mainnet-1

t3.large

planetmint-go-mainnet-1.rddl.io

planetmint-go-mainnet-2

t3.large

planetmint-go-mainnet-2.rddl.io

planetmint-go-mainnet-3

t3.large

planetmint-go-mainnet-3.rddl.io

planetmint-go-mainnet-explorer

t3.large

explorer.rddl.io

Testnet

Name
Instance Type
URL

planetmint-go-testnet-1

t3.medium

planetmint-go-testnet-1.rddl.io

planetmint-go-testnet-2

t3.medium

planetmint-go-testnet-2.rddl.io

planetmint-go-testnet-3

t3.medium

planetmint-go-testnet-3.rddl.io

planetmint-go-testnet-explorer

t3.medium

testnet-explorer.rddl.io

Caveat

The testnet is not for production purposes; also, any tokens on the testnet, be it TRDDL or PLMNT, do not hold any value. Please note that there are no migrations from the testnet to the mainnet. The testnet is not for production purposes; also, any tokens on the testnet, be it TRDDL or PLMNT, do not hold any value.

Last updated