full-blockchain-solidity-course-py icon indicating copy to clipboard operation
full-blockchain-solidity-course-py copied to clipboard

Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition

Results 149 full-blockchain-solidity-course-py issues
Sort by recently updated
recently updated
newest added

This is the error I got when running deploy script and it seems that line 20 is the one giving issue which is highlighted in the next image below. ![image](https://user-images.githubusercontent.com/74093051/160270062-619ee805-01b5-4e67-a51e-4da418f5b9d5.png)...

Hey guys! Looking for some guidance here, wasn't able to find answers online. I completed the full tutorial and currently playing with the provided material. I want to enter the...

when I run `brownie test --network mainnet-fork-dev` . I am getting below error: ![image](https://user-images.githubusercontent.com/13137425/159164411-d079ff34-b3f7-4978-b057-a462e6eb5a7b.png) What is the reason? I am not able to understand the exact issue based on this...

Hi Guys, I have been running into an issue where the Ganache development chain spins up sometimes and other times it crashes with an error saying that web3 is not...

![image](https://user-images.githubusercontent.com/95134033/159275787-fc469907-0fb4-4124-af3a-ceb53508ae17.png) When i run my deploy-scipts i get this error message. The deployments will be correctly done but this error message is confusing me. What can i do to get...

Hello I am testing making a token on ropsten testnet which everything is working but the marketingfee and taxtfee etc seem not to be working. If anyone can help me...

I am trying to verify the contract and stuck at this step, which is at around 5:15:40 on Youtube. I got this : Brownie v1.16.4 - Python development framework for...

Cannot verify source code using publish_source on ftm-test, arbitrum-test and aurora-test networks. `Waiting for https://testnet.ftmscan.com/api to process contract... File "C:\Users\lucky\.local\pipx\venvs\eth-brownie\lib\site-packages\brownie\_cli\run.py", line 51, in main return_value, frame = run( File "C:\Users\lucky\.local\pipx\venvs\eth-brownie\lib\site-packages\brownie\project\scripts.py",...

![image](https://user-images.githubusercontent.com/95134033/159276670-65895d04-daa8-4fd3-827d-c89e5d7626fb.png) Everytime i run the brownie command in the terminal i get the following message. The commands will be done but everytime shows this message up. What can i do...