diff --git a/docs/1. API.md b/docs/1. API.md index 9e2e2c0..5324923 100644 --- a/docs/1. API.md +++ b/docs/1. API.md @@ -97,6 +97,8 @@ The main Sourcify API for verification is `/v2/verify/{chainId}/{address}`, it e Verified contracts data can be fetched using the `/v2/contract/{chainId}/{address}?fields=all` API. For the full list of fields and additional parameters please check the [documentation below](#server-api-documentation). +Contract data can also be viewed in the web application at https://repo.sourcify.dev/{chainId}/{address}. This URL is intended only for browsing contract data through the UI. + ```bash diff --git a/static/llms.txt b/static/llms.txt index 73d8ebc..c7d571f 100644 --- a/static/llms.txt +++ b/static/llms.txt @@ -43,4 +43,12 @@ The `swagger.json` file above is structured as follows: ### To read smart contracts read -- paths["/v2/contract/{chainId}/{address}"].get \ No newline at end of file +- paths["/v2/contract/{chainId}/{address}"].get + +## Repository UI + +Contract's data can be viewed in the web application at https://repo.sourcify.dev/{chainId}/{address}. + +- Do not use this repository to retrieve individual files. +- LLMs should not use this repository for data exploration; use the API referenced above instead. +- You may share links to this repository with users who want to browse contract's data through the UI.