Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contract Verification Section #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
- [Ethereum Clients](#ethereum-clients)
- [Storage](#storage)
- [Messaging](#messaging)
- [Source Code Verification](#source-code-verification)
- [Distribution](#distribution)
- [Testing Tools](#testing-tools)
- [Security Tools](#security-tools)
Expand Down Expand Up @@ -352,6 +353,11 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
* [3Box Threads](https://docs.3box.io/api/messaging) - API to allow developers to implement IPFS persisted, or in memory peer to peer messaging.
* [EPNS SNS Notifications](https://docs.epns.io/developers/developer-zone/receiving-notifications/sns-notifications) - SNS module for Push Delivery Nodes allows any developer to receive notifications, chats, or any other form of web3 communication directly to the platform they are building with the help of webhooks.

### Source Code Verification
* [Etherscan](https://etherscan.io/) - Ethereum block explorer with contract source code verification functionality
* [Sourcify](https://sourcify.dev/) - Decentralized and open-sourced smart contract verification service
* [Tenderly](https://tenderly.co/) - Web3 development kit with public and private contract verification functionality

### Distribution
* [Meroku](https://github.com/merokudao/meroku) - A community owned dApp Store. Package, distribute your dApp without hosting costs.

Expand Down