python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
brownie:ValueError: execution reverted: VM Exception while processing transaction: revert
Macbook Pro : Monterey
Intel Core i7
Brownie v1.17.2
I am learning solidity according to reference(https://www.youtube.com/watch?v=M576WGiDBdQ&t=25510s).
What I tried to do here, is use brownie to...
mike515
Votes: 0
Answers: 5
Use external packages in eth-brownie?
I am trying open a ERC721 smart contract in Brownie on VSCode and loop through the token ids and set the URI of each in each iteration. I execute the script with brownie run scripts/parcel_asset/testp...

werkhardor
Votes: 0
Answers: 2
Can't run tests with brownie
I have one test, in the directory tests, when I run brownie test
cannot import name 'PYTEST_COLLECT_MODULE' from '_pytest.deprecated'
python version : 3.7.11

Othman Elkinany
Votes: 0
Answers: 0
brownie AttributeError: 'NoneType' object has no attribute 'getEntranceFee'
Macbook Pro : Monterey
Intel Core i7
Brownie v1.17.2
I am learning solidity according to reference(https://www.youtube.com/watch?v=M576WGiDBdQ&t=25510s).
What I tried to do here, is use brownie to...
mike515
Votes: 0
Answers: 1