Skip to content

Commit 5c937c2

Browse files
committed
testnet repo initial
1 parent bb77cdf commit 5c937c2

File tree

7 files changed

+48
-2
lines changed

7 files changed

+48
-2
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
genesis.zip filter=lfs diff=lfs merge=lfs -text
2+
*.zip filter=lfs diff=lfs merge=lfs -text

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
.idea

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# testnets
2-
Testnets of the RealioNetwork
1+
# Testnets
2+
3+
This repo contains genesis files for the [RealioNetwork](https://github.com/realiotech/realio-network) Testnets.
4+
5+
The latest testnet is [RealioNetwork_1110-1](./realionetwork_1110-1). You can find a list of [seeds](https://docs.tendermint.com/master/tendermint-core/using-tendermint.html#seed) and [peers](https://docs.tendermint.com/master/tendermint-core/using-tendermint.html#persistent-peer) to connect to in the respective directory.
6+
7+
For the full instructions on how to [join the testnet](https://realio.network), please refer to the official [documentation](https://realio.network).

realionetwork_1110-1/.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
genesis.zip filter=lfs diff=lfs merge=lfs -text

realionetwork_1110-1/README.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# RealioNetwork Testnet
2+
3+
## Instructions
4+
5+
## Full nodes and general participants
6+
7+
Follow the instructions on the official documentation to [join the testnet](https://realio.network) and how to obtain tokens using the [faucet](https://realio.network).
8+
9+
## Genesis File
10+
11+
Download the zipped genesis file [genesis.zip](./genesis.zip)
12+
13+
Extract it with command
14+
15+
```bash
16+
unzip genesis.zip
17+
```
18+
19+
Verify the SHA256 checksum using:
20+
21+
```bash
22+
sha256sum genesis.json
23+
# 1231212312 genesis.json
24+
```
25+
26+
## Details
27+
28+
- Network Chain ID: `realionetwork_1110-1`
29+
- EIP155 Chain ID: `1110`
30+
- `realio-networkd` version: [`v0.4.0`](https://github.com/realiotech/realio-network/releases)
31+
- Faucet: [faucet.realionetwork.dev](https://realio.network)
32+
- Explorer: [explorer.realionetwork.dev](https://realio.network)
33+
34+
## Seeds & Peers
35+
36+
You can find seeds & peers on the seeds.txt and peers.txt files, respectively. If you want to share your seed or peer, please fork this repo and and add it to the bottom of the corresponding .txt file.

realionetwork_1110-1/peers.txt

Whitespace-only changes.

realionetwork_1110-1/seeds.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)