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

Not sure what the issue could be. I have tried deleting the build folder and compiling and that still did not fix anything. Any help would be appreciated.

**I noted that another user had the same problem. I leave the description below because it is useful, but I invite you to check the following thread for more discussion...

- When writing tests for the Brownie Fund Me application in the environments that make use of ganache (ganache-local), the `test_only_owner_can_withdraw` test fails even though the deploy fund_and_withdraw function runs...

issue on lesson 4 at 4:00:00 when i run the command python deploy.py first it gives some issue of "INFO: Could not find files for the given pattern(s)." ![Screenshot (259)](https://user-images.githubusercontent.com/103287773/164556030-f26b9922-3273-43f7-a5dc-0c676338bb58.png)...

Getting this error while depositing to lending pool: ![bandicam 2022-01-24 07-04-58-792](https://user-images.githubusercontent.com/84230299/150740733-bc83007d-1d02-4983-a066-31816ff04404.jpg) > get_weth.py ``` python from scripts.utils import get_account from brownie import interface,network,config from web3 import Web3 ETHER_DEPOSIT = 0.1...

Hi all, I have successfully deployed all the code in lesson 10 (aave borrowing) however, it is not possible for me to test it on the Kovan network, every single...

Hello, I have this message : ValueError: Gas estimation failed: 'execution reverted' when I want to run my deposit function. Any help would be greatly appreciated. My code can be...

with open("./simplestorage.sol, "r"") as file: simple_storage_file = file.read() print(simple_storage_file) File "C:\Users\HP\web3_py_simple_storage\deploy.py", line 1, in with open("./simplestorage.sol, "r"") as file: FileNotFoundError: [Errno 2] No such file or directory: './simplestorage.sol, ' PS...

Trying to deploy my lottery contract on mainnet-fork using Alchemy according to the 16hours youtube tutorial... to be precise, the timestamp is 6:27:57 Got this error in the attachment below

I'm still trying to figure out why my image is not showing up on opensea. Anyone get theirs to show up? Hi, I'm having the same issue. Although I changed...