brownie Questions
6
Solved
I get a error when i change the version to 0.8 , but works fine with 0.6, how i see the most recent version? , i tried downloaded from npm install @chainlink/contracts --save, but only works with m...
3
I'm following a tutorial on Solidity and Python (for reference https://www.youtube.com/watch?v=M576WGiDBdQ&t=5447s).
I'm at the stage where Python and Brownie have been installed and running th...
Halliehallman asked 11/11, 2021 at 11:50
6
Solved
I'm trying to make a transaction to create an NFT collectible and the transaction gets reverted with the message: Gas estimation failed: 'execution reverted'. This transaction will likely revert. I...
Kessel asked 20/2, 2022 at 13:28
6
Error is: Import "brownie" could not be resolvedPylance
I know there are other SO posts that refer to this, but it seems most of them are talking about booting up a new env and installing...
4
I was thinking that the issue was related to the versioning of the release but after used the last version of all packages imported I have the same issue.
Can someone help me with this?
Brownie v1....
Squabble asked 14/11, 2021 at 17:2
4
Brownie doesn't automatically attach to local ganache when I have Ganache open in the background. It is stuck with ganache-cli (1st image) (2nd image is what I am looking for). Can someone help?
...
Mediatorial asked 3/11, 2021 at 1:12
8
Solved
When I run the command pipx install eth-brownie I receive the following error message,
fatal error from pip prevented installation. Full pip output in file:
/Users/gentgjonbalaj/.local/pipx/logs/c...
Hatbox asked 22/10, 2021 at 15:17
3
Solved
I am writing an automated test suite that needs to test functions against Uniswap v2 style automated market marker: do swaps and use different order routing. Thus, routers need to be deployed.
Are ...
6
Solved
I have followed the instructions to install Brownie on Visual studio code of their website.
python3 -m pip install --user pipx
python3 -m pipx ensurepath
The 2 lines above poses no problem. I res...
1
Solved
I set up my development environment on Fedora 35 and when I run any brownie command such as $ brownie console or even brownie --version I get the following error:
Traceback (most recent call last):...
1
Solved
Hello there I'm trying to use a contract made on solidity and deployed with brownie on my front end using React and typescript. also using the framework usedapp, as the documentation here says in o...
Otherwise asked 9/11, 2021 at 15:10
1
© 2022 - 2024 — McMap. All rights reserved.