# Resources

**CosmJS** - <https://github.com/cosmos/cosmjs>

This is a Javascript library that could be utilized on the frontend for creating robust dApps in the cosmos ecosystem. This library has been used to build many things such as wallets and applications that require sending transaction messages on a cosmos based blockchain.\\

Easy CosmJS starting point documentation - <https://gist.github.com/webmaster128/8444d42a7eceeda2544c8a59fbd7e1d9>

**Cosmpy** - <https://github.com/fetchai/cosmpy>

A python library created by fetchai. Similar to CosmJS, this library handles connectivity and transaction creation and broadcasting to cosmos based chains.

If adding a library in your dApp is not an option or you prefer not to use javascript/typescript or python, communicating via rpc endpoints is also possible. Kiichain validators expose rpc endpoints that dApp developers can utilize when building dApps. It is highly recommended for dApp developers to bring up their own node in order to utilize these rpc endpoints (more information about setting up a node here: <https://kii-blockchain.gitbook.io/docs/validate-the-network/run-a-validator-full-node/getting-started>)

Kiichain Master Validator’s RPC endpoints:

TESTNET: <https://a.testnet.kiivalidator.com:26658/>

MAINNET: coming soon


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kiiglobal.io/docs/build-on-kiichain/developer-tools/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
