contract deployed but still getting undefined in truffle console #5167
Unanswered
pbirbarah
asked this question in
General Q&A
Replies: 1 comment 5 replies
-
these are the versions I am using |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have downloaded truffle extension in visual studio and also downloaded ganache. I was able to deploy a contract on ganache (used truffle migrate successfully) but when I use the truffle console to get info about the contract like const bla = await contract.deployed() I get undefined, can't figure out why

Beta Was this translation helpful? Give feedback.
All reactions