8000 GitHub - skenaja/sourcify: Solidity re-compiler that can be used to verify that bytecode corresponds to certain source code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from ethereum/sourcify

Solidity re-compiler that can be used to verify that bytecode corresponds to certain source code

License

Notifications You must be signed in to change notification settings

skenaja/sourcify

 
 

Repository files navigation

 

  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 file 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-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:
  • Sourcify UI - a web UI to interact with the server, lookup, and verify contracts

ℹ️ 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

About

Solidity re-compiler that can be used to verify that bytecode corresponds to certain source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 48.8%
  • Solidity 45.1%
  • JavaScript 4.8%
  • Shell 1.1%
  • Other 0.2%
0