Skip to content

Contracts Verification in Hedera #27

Answered by Nana-EC
damianlluch asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @damianlluch,
Thanks for reaching out. I converted your issue to a discussion since it doesn't highlight an issue with this repose code.

By contract verification I presume you mean verifying the entity is present post creation.
In your case all you've done is created a file, not yet a contract.

I'd recommend viewing the create-a-smart-contract documentation.
Specifically you could utilize the ContractCreateFlow which does the work of creating a File with the byte code contents and then creating an actual contract that reference these bytes.
To verify you can view the contractID output in any mirror node explorer.

Hope that helps

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@damianlluch
Comment options

@Nana-EC
Comment options

@Nana-EC
Comment options

@damianlluch
Comment options

@damianlluch
Comment options

Answer selected by Nana-EC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #25 on June 27, 2022 14:29.