-
create a docker image python 3.12 install using pip install eth-brownie and bscscan-python
then create a docker image than run mongodb.
-
THIS IS MY ERROR
```
akashneelesh@Akashs-MacBook-Air foundry-fund-me-f24 % forge build
[⠊] Compiling...
[⠒] Compiling 3 files with Solc 0.8.26
[⠢] Solc 0.8.26 finished in 25.44ms
Error:
Compil…
-
Brownie can't be tested or likely used alongside crytic-compile for python3.10,3.11,3.12. It's unclear the maintenance status, and we may have to drop support when we upgrade our minimum python versio…
-
Installing brownie has been a difficult task till now.
Encountering multiple issues when installing brownie, both via pipx and via pip in venv.
I have uninstalled and reinstalled all packages …
-
Upon running `brownie run scripts/run_flashloan.py --network kovan`, this message error comes through:
```
Brownie v1.17.2 - Python development framework for Ethereum
UpdatedVersionProject is t…
-
### Discussed in https://github.com/smartcontractkit/full-blockchain-solidity-course-py/discussions/1162
Originally posted by **km123abca** February 26, 2022
pipx install eth-brownie is causi…
-
**Describe the bug**
i installed pyenv, installed python 3.9.0 set it to global, then installed my pip packages and tried to install brownie with pipx after ensuring the path,
```
PS C:\Users\mattj…
-
C:\Users\HP\OneDrive\Desktop\lottery-smart-contract>brownie run scripts/deploy_lottery.py --network rinkeby
INFO: Could not find files for the given pattern(s).
Brownie v1.19.0 - Python developmen…
-
Installed brownie and updated env variables:
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install eth-brownie
were successful.
But it seems the verification fails:
C:\…
-
### Environment information
* `brownie` Version: x.x.x
* `ganache-cli` Version: x.x.x
* `solc` Version: x.x.x
* Python Version: 3.91
* OS: osx/linux/win win10
Some possibly relevant errors fro…