Skip to content

Commit

Permalink
Include docs.hedera.com links
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mastrangelo <[email protected]>
  • Loading branch information
acuarica committed Jun 1, 2024
1 parent 5904672 commit 70e56d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Foundry

You can verify contracts using Foundry in Hedera using our verification service.
You can verify contracts using Foundry in Hedera using [our verification service](https://github.com/hashgraph/hedera-sourcify/issues/122).
See [_How to Deploy and Verify a Hedera Smart Contract with Foundry_](https://docs.hedera.com/hedera/tutorials/smart-contracts/foundry/deploy-and-verify-smart-contract) for more information.
Our public verification service instance is located at `https://server-verify.hashscan.io`.

Once you have a running Foundry example, you can deploy and verify it with our verification service, for example
Expand All @@ -17,7 +18,8 @@ forge create --rpc-url https://testnet.hashio.io/api \

After the contract has been verified, you can check its sources in the verification repository, for example see `https://repository-verify.hashscan.io/contracts/full_match/296/0x559e79D4Edf86E772840eFc2ee4CFC37bB500f2F/`.

Tracking issue <https://github.com/hashgraph/hedera-sourcify/issues/122>.
If you want to use the Verifier UI with Foundry, you need to upload the source contracts and the metadata file.
See [_Verifying Smart Contracts - The Metadata File_](https://docs.hedera.com/hedera/core-concepts/smart-contracts/verifying-smart-contracts-beta#the-metadata-file) for more details.

### Running the verification service locally

Expand Down

0 comments on commit 70e56d0

Please sign in to comment.