From 70e56d0ee0be1d143f75cbb0af7c806e201bae9d Mon Sep 17 00:00:00 2001 From: Luis Mastrangelo Date: Sat, 1 Jun 2024 17:07:02 +0200 Subject: [PATCH] Include docs.hedera.com links Signed-off-by: Luis Mastrangelo --- tools/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index ee4314a7..eddf6f00 100644 --- a/tools/README.md +++ b/tools/README.md @@ -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 @@ -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 . +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