Skip to content
Discussion options

You must be logged in to vote

Hello @MrHeim1
You have this line:
print(f"Contract deployed to {fund_me.account}")

A contract does not have something called account, you may be referring to address?

print(f"Contract deployed to {fund_me.address}")

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BrysonHall
Comment options

@cromewar
Comment options

Answer selected by BrysonHall
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