Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 34 additions & 23 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,61 +1,72 @@
# KiiChain Testnets

**Description of Changes:**

* Fixed typos (e.g., “Rest” → “REST”, capitalization inconsistencies).
* Standardized formatting for endpoints and peer entries.
* Improved clarity and readability of sentences.
* Added consistent capitalization for headings and proper nouns.
* Updated phrasing to be more professional and concise.
* Fixed minor Markdown inconsistencies (extra spaces, bullet formatting).

This repository stores information about the KiiChain Testnets.

Here you will find information such as:
Here you will find resources such as:

- Genesis file
- Onboarding scripts
- General chain information
* Genesis files
* Onboarding scripts
* General chain information

## Testnet Oro

KiiChain is a peer-to-peer decentralized EVM-compatible network built with the Cosmos SDK. The public testnet is called KiiChain Testnet Oro.
KiiChain is a peer-to-peer, decentralized, EVM-compatible network built with the Cosmos SDK. The public testnet is called **KiiChain Testnet Oro**.

Testnet Oro is the permanent testnet with smart contract functionality and EVM compatibility. All Hackathons, Builds, Airdrops, and test deployments should be done on this network.
Testnet Oro is the permanent testnet with smart contract functionality and EVM compatibility. All hackathons, builds, airdrops, and test deployments should be done on this network.

You can find genesis and onboarding scripts here:
You can find the genesis and onboarding scripts here:

- [Testnet Oro](./testnet_oro/)
* [Testnet Oro](./testnet_oro/)

### Docs

You can find more information about testnet Oro here:
More information about Testnet Oro can be found here:

- [Testnet Oro](https://docs.kiiglobal.io/docs/build-on-kiichain/testnet-oro)
* [Testnet Oro Documentation](https://docs.kiiglobal.io/docs/build-on-kiichain/testnet-oro)

### Endpoints

The following endpoints are exposed:

**Uno**:

- `RPC`: https://rpc.uno.sentry.testnet.v3.kiivalidator.com
- `Rest (LCD)`: https://lcd.uno.sentry.testnet.v3.kiivalidator.com
- `JSON-RPC (EVM)`: https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com
* `RPC`: [https://rpc.uno.sentry.testnet.v3.kiivalidator.com](https://rpc.uno.sentry.testnet.v3.kiivalidator.com)
* `REST (LCD)`: [https://lcd.uno.sentry.testnet.v3.kiivalidator.com](https://lcd.uno.sentry.testnet.v3.kiivalidator.com)
* `JSON-RPC (EVM)`: [https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com](https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com)

Persistent peer:

- 5b6aa55124c0fd28e47d7da091a69973964a9fe1@uno.sentry.testnet.v3.kiivalidator.com:26656
* `5b6aa55124c0fd28e47d7da091a69973964a9fe1@uno.sentry.testnet.v3.kiivalidator.com:26656`

**Dos**:

- `RPC`: https://rpc.dos.sentry.testnet.v3.kiivalidator.com
- `Rest (LCD)`: https://lcd.dos.sentry.testnet.v3.kiivalidator.com
- `JSON-RPC (EVM)`: https://json-rpc.dos.sentry.testnet.v3.kiivalidator.com
* `RPC`: [https://rpc.dos.sentry.testnet.v3.kiivalidator.com](https://rpc.dos.sentry.testnet.v3.kiivalidator.com)
* `REST (LCD)`: [https://lcd.dos.sentry.testnet.v3.kiivalidator.com](https://lcd.dos.sentry.testnet.v3.kiivalidator.com)
* `JSON-RPC (EVM)`: [https://json-rpc.dos.sentry.testnet.v3.kiivalidator.com](https://json-rpc.dos.sentry.testnet.v3.kiivalidator.com)

Persistent peer:

- 5e6b283c8879e8d1b0866bda20949f9886aff967@dos.sentry.testnet.v3.kiivalidator.com:26656
* `5e6b283c8879e8d1b0866bda20949f9886aff967@dos.sentry.testnet.v3.kiivalidator.com:26656`

### Faucet

You can get tokens to our Testnet Oro by using our Explorer app:
You can get tokens for Testnet Oro using our Explorer app:

- [KiiChain Explorer Faucet](https://explorer.kiichain.io/wallet/accounts)
* [KiiChain Explorer Faucet](https://explorer.kiichain.io/wallet/accounts)

Or through our Discord channel:

- [Discord Kiichain Invitation](https://discord.com/invite/kiichain)
* [Discord Kiichain Invitation](https://discord.com/invite/kiichain)

More information about how to use our discord Faucet can be found at:
More information about using the Discord faucet can be found here:

- [Testnet Faucet](https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet)
* [Testnet Faucet Guide](https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/testnet-faucet)