> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/pl/tworzenie/podstawy/poradniki.md).

# Poradniki

Chiliz Chain jest w pełni kompatybilna z frameworkami i narzędziami stron trzecich skoncentrowanymi na Ethereum.

Ta kompatybilność pozwala deweloperom na korzystanie ze znanych procesów developerskich Ethereum i integrację zaawansowanych funkcjonalności.

W tej sekcji znajdziesz proste przykłady używające narzędzi EVM integrujących Chiliz Chain:

* [Moralis](https://moralis.com/): Jako kompleksowy framework dla deweloperów Web3, Moralis dostarcza kilka API skoncentrowanych na EVM, pozwalając na szybsze realizowanie projektów.\
  Przeczytaj [dokumentację Moralis specyficzną dla Chiliz](https://docs.moralis.com/web3-data-api/evm/chains/chiliz).
* [Tatum](https://tatum.io/): Jako ujednolicony framework do budowania aplikacji Web3, Tatum dostarcza kilka API skoncentrowanych na EVM, pozwalając na szybsze realizowanie projektów.\
  Przeczytaj [dokumentację Tatum specyficzną dla Chiliz](https://docs.tatum.io/reference/rpc-chiliz).
* [thirdweb](https://thirdweb.com/): thirdweb to platforma oferująca narzędzia i infrastrukturę do budowania zdecentralizowanych aplikacji na wielu sieciach blockchain. Upraszcza integrację blockchain za pomocą SDK, API i gotowych komponentów. Przeczytaj [stronę thirdweb o Chiliz](https://thirdweb.com/chiliz-chain).
* [Nodit](https://nodit.io/): Nodit dostarcza narzędzia ułatwiające tworzenie w różnych środowiskach multi-chain i niezawodne usługi węzłów.\
  Przeczytaj [referencję API Nodit specyficzną dla Chiliz](https://developer.nodit.io/en/api/chiliz/web3-data-api/getblockbyhashornumber/).

[Saldo portfela](/pl/tworzenie/podstawy/poradniki/saldo-portfela.md)

[Historia portfela](/pl/tworzenie/podstawy/poradniki/historia-portfela.md)

[Metadane NFT](/pl/tworzenie/podstawy/poradniki/metadane-nft.md)

Zachęcamy do dalszego eksplorowania tych platform i sprawdzenia, która pasuje do Twoich praktyk i preferencji developerskich.

Oprócz frameworków blockchain możesz też korzystać z narzędzi vibe-coding, które pomogą Ci w budowaniu projektu na Chiliz Chain:

[Tworzenie dApp z AI](/pl/tworzenie/podstawy/poradniki/tworzenie-dapp-z-ai.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/pl/tworzenie/podstawy/poradniki.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
