argotorg
sourcify
TypeScript

Source code verification service for Ethereum smart contracts

Last updated Jul 8, 2026
936
Stars
534
Forks
97
Issues
0
Stars/day
Attention Score
98
Language breakdown
TypeScript 55.7%
Solidity 36.1%
JavaScript 4.6%
PLpgSQL 2.1%
Shell 1.1%
Vyper 0.2%
Files click to expand
README

 

  sourcify logo

codecov Matrix Chat Discord X Follow

Sourcify (sourcify.dev) is a source-code verification service for Ethereum smart contracts supporting Solidity and Vyper. Sourcify is fully commited to

in smart-contract verification instead of siloed, propriety services. We foster these values across the ecosystem and work actively to push the status-quo in this direction.

Different than other verification services, Sourcify leverages the Solidity metadata and its integrity hash to "fully verify" the Solidity contracts (see the playground).

Sourcify mainly consists of:

  • sourcify-server - an HTTP server to run source-code verifications and store the verified contracts for the supported chains through an API
  • sourcify-database - a PostgreSQL database to store the verified contracts and their metadata, and a repository for the database schema and migrations.
  • sourcify-monitor - a standalone service that listens to various EVM chains for new contract creations and automatically submits them to a Sourcify API for verification if published on IPFS.
  • Packages:
- @ethereum-sourcify/lib-sourcify: The core library for Sourcify. It contains the logic to verify contracts. - @ethereum-sourcify/bytecode-utils: A library to extract and parse the CBOR encoded metadata from the bytecode. - @ethereum-sourcify/compilers: A wrapper around Solidity and Vyper compilers to download the right version and invoke the compilation with a common interface. - @ethereum-sourcify/compilers-types: TypeScript types for the compilers.
  • Sourcify UI - a web UI to interact with the server, lookup, and verify contracts
  • repo.sourcify.dev - a web UI to browse and display verified contract information.
ℹ️ This monorepo contains the main modules. The sourcifyeth Github organization contains all other auxiliary services and components.

Documentation

For more details refer to docs.sourcify.dev

How we work

Sourcify aims to be fully open and transparent. You can see what we are working day-to-day on on our Public Issue Board as well our Quarterly Milestones for our longer term plans.

Adding a new chain

If you'd like to add a new chain support to Sourcify please follow the chain support instructions in docs.

Sourcify is an Argot Collective project_

© 2026 GitRepoTrend · argotorg/sourcify · Updated daily from GitHub