> 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/weryfikacja-smart-kontraktu.md).

# Weryfikacja smart kontraktu

{% hint style="success" %}
Po stworzeniu smart kontraktu jego weryfikacja jest **obowiązkowa**.\
Tylko **ty** możesz to zrobić i powinieneś to zrobić jak najszybciej po wdrożeniu kontraktu.
{% endhint %}

Weryfikacja smart kontraktu pozwala potwierdzić, że kod źródłowy kontraktu odpowiada konkretnemu adresowi kontraktu na blockchainie. Jest to kluczowe dla przejrzystości i zaufania, szczególnie w zdecentralizowanym świecie blockchain.

Po wdrożeniu smart kontraktu na Chiliz Chain możesz go zweryfikować za pomocą block explorera, takiego jak [Chiliscan](https://chiliscan.com/) (od [Routescan](https://routescan.io/)) lub [Chiliz Block Explorer](https://scan.chiliz.com/) (od [Blockscout](https://www.blockscout.com/)).

[Weryfikacja przez Chiliscan](/pl/tworzenie/podstawy/weryfikacja-smart-kontraktu/weryfikacja-chiliscan.md)

[Weryfikacja przez Chiliz Block Explorer](/pl/tworzenie/podstawy/weryfikacja-smart-kontraktu/weryfikacja-chiliz-block-explorer.md)

Możesz też zweryfikować kontrakt przez wiersz poleceń:

[Weryfikacja z Hardhat](/pl/tworzenie/podstawy/weryfikacja-smart-kontraktu/weryfikacja-hardhat.md)

Pamiętaj, że może być ci łatwiej zweryfikować wdrożony smart kontrakt używając jego spłaszczonej wersji. Oto jak to zrobić:

[Spłaszczenie Smart Kontraktu](/pl/tworzenie/podstawy/weryfikacja-smart-kontraktu/splaszczenie-smart-kontraktu.md)

W każdym przypadku zawsze przestrzegaj najlepszych praktyk!

[Najlepsze praktyki weryfikacji](/pl/tworzenie/podstawy/weryfikacja-smart-kontraktu/najlepsze-praktyki-weryfikacji.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/weryfikacja-smart-kontraktu.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.
