{"id":13901319,"url":"https://github.com/starkscan/starkscan-verifier","last_synced_at":"2025-04-08T12:07:59.243Z","repository":{"id":59354360,"uuid":"535802363","full_name":"starkscan/starkscan-verifier","owner":"starkscan","description":"Verify Cairo contracts on Starkscan in 1 minute.","archived":false,"fork":false,"pushed_at":"2024-06-02T00:58:54.000Z","size":1438,"stargazers_count":1270,"open_issues_count":11,"forks_count":255,"subscribers_count":69,"default_branch":"main","last_synced_at":"2025-04-01T10:16:42.063Z","etag":null,"topics":["block-explorer","blockchain","ethereum","starknet","starkware","zk-rollup","zk-stark","zk-starks","zk-technology"],"latest_commit_sha":null,"homepage":"https://starkscan.co","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/starkscan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-12T18:36:36.000Z","updated_at":"2025-03-14T18:21:56.000Z","dependencies_parsed_at":"2024-01-16T22:22:07.575Z","dependency_job_id":"f070b880-e500-4089-bb79-3e19d4cd63e5","html_url":"https://github.com/starkscan/starkscan-verifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkscan%2Fstarkscan-verifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkscan%2Fstarkscan-verifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkscan%2Fstarkscan-verifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkscan%2Fstarkscan-verifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starkscan","download_url":"https://codeload.github.com/starkscan/starkscan-verifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247838444,"owners_count":21004580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["block-explorer","blockchain","ethereum","starknet","starkware","zk-rollup","zk-stark","zk-starks","zk-technology"],"created_at":"2024-08-06T21:01:11.542Z","updated_at":"2025-04-08T12:07:59.220Z","avatar_url":"https://github.com/starkscan.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003c!-- logo --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://starkscan.co\"\u003e\n    \u003cimg width='320' src=\"https://raw.githubusercontent.com/starkscan/starkscan-verifier/main/docs/logo.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- primary badges --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/starkscan\"\u003e\n    \u003cimg src='https://img.shields.io/npm/v/starkscan' /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/starkscan\"\u003e\n    \u003cimg src='https://img.shields.io/npm/dt/starkscan?color=blueviolet' /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/starkscan/starkscan-verifier/blob/main/LICENSE/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-black\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/starkscan/starkscan-verifier/stargazers\"\u003e\n    \u003cimg src='https://img.shields.io/github/stars/starkscan/starkscan-verifier?color=yellow' /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://starkware.co/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/powered_by-StarkWare-navy\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"360\" src=\"https://raw.githubusercontent.com/starkscan/starkscan-verifier/main/docs/demo.gif\" alt=\"demo\" /\u003e\n\u003c/p\u003e\n\n## Why verify?\n\nAnyone can upload any ABI to Starknet and block explorers will assume it is correct when it doesn't have to be. The information is misleading because it is possible to upload an incorrect ABI. This could potentially introduce a security risk when interacting with unverified contracts on Starknet. This verifier allows you to verify the ABI of a contract on Starknet and confirm that it is correct. Jonathan Lei mentioned this in a [community post here](https://community.starknet.io/t/remove-abi-from-contract-deployment-request-and-get-code-response/308).\n\n### What happens after you verify?\n\n- [Transactions](https://starkscan.co/txs) and [Events](https://starkscan.co/events) are correctly decoded to human readable functions, inputs and outputs.\n- Run read and write operations on the contract state safely and accurately.\n- Users who look at your contracts on Starkscan can trust that all the information is correct.\n\n## Getting Started\n\n### Pre-requisites\n\n- 🐍 Python users that use [Nile](https://github.com/OpenZeppelin/nile) please activate your virtual environment.\n- 🌟 Protostar users please run `protostar install` before running this tool.\n\n### Usage\n\n###### npx\n\n```bash\n# in your project directory\nnpx starkscan\n```\n\n###### npm\n\n```bash\nnpm install -g starkscan\n\n# in your project directory\nstarkscan\n```\n\n## Help\n\n- DM us on [Twitter](https://twitter.com/starkscanco)\n\n## License\n\nCopyright (c) 2022 Diamond Paws Inc\n\nLicensed under the [AGPL](https://github.com/starkscan/starkscan-verifier/blob/main/LICENSE) license.\n\n## Website\n\n- [Starkscan](https://starkscan.co)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkscan%2Fstarkscan-verifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarkscan%2Fstarkscan-verifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkscan%2Fstarkscan-verifier/lists"}