"To see rich contract data compile the contracts within your Truffle Project" #5692
Unanswered
clinkster
asked this question in
General Q&A
Replies: 0 comments
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 am using a DeFi project git repo that has solidity contracts and brownie tests. Using the brownie tests I can deploy contracts to ganache and it goes through some basic testing which will exercise the accounts. However because they contracts are deployed through brownie, I am seeing the "To see rich contract data compile the contracts within your Truffle Project". I do have a truffle-project.js, and I have compiled the contracts at the command-line, but as I am running the brownie tests to deploy them, it seems that I do not see the nicely formatted contract/transaction data. Is there a workaround, as I am stuck between two technologies.
Beta Was this translation helpful? Give feedback.
All reactions