Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.7 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.7 KB

Panacea Testnet

The Panacea Testnet is a playground to test transactions and queries.

This repo contains genesis files of all historical chains of the Panacea Testnet.

Intro

Persistent Peers

These public nodes below are operated by MediBloc with PEX enabled.

You can add them to the persistent_peers in your config.toml. For more details, please see the Tendermint document.

Node Operations Guide

See the Join Testnet guide.

Public Endpoints

Several public endpoints are provided by MediBloc. But, we highly recommend to run your own full node for high availability and reliability.

Explorer

You can use an explorer based on Big-Dipper.

Faucet

You can send credit requests to the faucet by the following HTTP POST. Then, 10 MED will be transferred to your address. The faucet can handle only 5 requests per second.

curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"denom":"umed","address":"<your_address>"}' \
  https://testnet-faucet.gopanacea.org/credit